Skip to content

Commit

Permalink
test: run does not have error status on 27.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: Alano Terblanche <[email protected]>
  • Loading branch information
Benehiko committed Nov 29, 2024
1 parent 16d8626 commit 8ff174f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/command/container/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8ff174f

Please sign in to comment.