Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit c58a172

Browse files
committed
Remove poll-breaking assertion in e2e test
Removed assertion of local-in-docker command result when running e2e tests in swarm. This function is only used by the compatibility tests which does it's own assertion in a poll. The removed assertion was breaking the poll flow stopping the test from being able to retry. Signed-off-by: Nick Adcock <[email protected]>
1 parent 1cfb232 commit c58a172

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e/helper_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ func runWithDindSwarmAndRegistry(t *testing.T, todo func(dindSwarmAndRegistryInf
6262
}
6363
cmd := icmd.Command(params[0], params[1:]...)
6464
result := icmd.RunCmd(cmd)
65-
result.Assert(t, icmd.Success)
6665
return result.Combined()
6766
}
6867
// Func to execute docker cli commands

0 commit comments

Comments
 (0)