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

Commit

Permalink
Merge pull request #784 from zappy-shu/add-logs-to-e2e-tests
Browse files Browse the repository at this point in the history
Remove poll-breaking assertion in e2e tests
  • Loading branch information
silvin-lubecki authored Dec 13, 2019
2 parents 1cfb232 + c58a172 commit 31e76df
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 31e76df

Please sign in to comment.