test: run does not have error status on 27.x branch

Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
This commit is contained in:
Alano Terblanche
2024-11-29 14:27:35 +01:00
parent 26da5bf025
commit 530cf098de
-1
View File
@@ -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")