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

Commit

Permalink
Remove poll-breaking assertion in e2e test
Browse files Browse the repository at this point in the history
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 <nick.adcock@docker.com>
  • Loading branch information
zappy-shu committed Dec 12, 2019
1 parent 1cfb232 commit c58a172
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 c58a172

Please sign in to comment.