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

Commit 31e76df

Browse files
Merge pull request #784 from zappy-shu/add-logs-to-e2e-tests
Remove poll-breaking assertion in e2e tests
2 parents 1cfb232 + c58a172 commit 31e76df

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)