diff --git a/e2e/helper_test.go b/e2e/helper_test.go index ee1cb93d8..9127fee37 100644 --- a/e2e/helper_test.go +++ b/e2e/helper_test.go @@ -62,7 +62,6 @@ func runWithDindSwarmAndRegistry(t *testing.T, todo func(dindSwarmAndRegistryInf } cmd := icmd.Command(params[0], params[1:]...) result := icmd.RunCmd(cmd) - result.Assert(t, icmd.Success) return result.Combined() } // Func to execute docker cli commands