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

Commit

Permalink
Testing removal of double assert in e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Adcock <[email protected]>
  • Loading branch information
zappy-shu committed Dec 10, 2019
1 parent 1cfb232 commit 6620ec9
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 6620ec9

Please sign in to comment.