Skip to content

Commit

Permalink
test: disable TestDoNotCreatePodsUnderStopBehavior for docker exe…
Browse files Browse the repository at this point in the history
…cutor. Fixes argoproj#7040 (argoproj#7048)

Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec authored Oct 24, 2021
1 parent 0baa4a2 commit 3979f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/signals_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func (s *SignalsSuite) TestTerminateBehavior() {

// Tests that new pods are never created once a stop shutdown strategy has been added
func (s *SignalsSuite) TestDoNotCreatePodsUnderStopBehavior() {
s.Need(fixtures.None(fixtures.Docker))
s.Given().
Workflow("@functional/stop-terminate-2.yaml").
When().
Expand Down

0 comments on commit 3979f40

Please sign in to comment.