From 8ff174f5df236ef35e6b1a99951c748f68f331cc Mon Sep 17 00:00:00 2001 From: Alano Terblanche <18033717+Benehiko@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:41:37 +0100 Subject: [PATCH] test: `run` does not have error status on 27.x branch Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com> --- cli/command/container/run_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/command/container/run_test.go b/cli/command/container/run_test.go index 3f51d6b94e97..9a1569be9210 100644 --- a/cli/command/container/run_test.go +++ b/cli/command/container/run_test.go @@ -268,7 +268,6 @@ func TestRunPullTermination(t *testing.T) { case cmdErr := <-cmdErrC: assert.Equal(t, cmdErr, cli.StatusError{ StatusCode: 125, - Status: "docker: context canceled\n\nRun 'docker run --help' for more information", }) case <-time.After(10 * time.Second): t.Fatal("cmd did not return before the timeout")