Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Remove poll-breaking assertion in e2e tests #784

Merged
merged 1 commit into from
Dec 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion e2e/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down