Skip to content

Failed

e2e/linux.TestInspectApp (from e2e_linux)

Failing for the past 4 builds (Since Failed #10 )
Took 13 sec.

Error Message

Failed

Stacktrace

=== RUN   TestInspectApp
--- FAIL: TestInspectApp (13.41s)
    commands_test.go:175: assertion failed: 
        --- expected
        +++ actual
        @@ -18,15 +18,15 @@
                 {
                     "Name": "api",
        -            "Image": "docker.io/library/python:3.6",
        +            "Image": "python:3.6",
                     "Replicas": 1
                 },
                 {
                     "Name": "db",
        -            "Image": "docker.io/library/postgres:9.3",
        +            "Image": "postgres:9.3",
                     "Replicas": 1
                 },
                 {
                     "Name": "web",
        -            "Image": "docker.io/library/nginx:latest",
        +            "Image": "nginx:latest",
                     "Replicas": 1,
                     "Ports": "8082"