Skip to content

Commit

Permalink
test: Skip TestStopBehavior. See argoproj#2833 (argoproj#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Apr 24, 2020
1 parent 52ff43b commit cc136f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ func (s *FunctionalSuite) TestParameterAggregation() {
}

func (s *FunctionalSuite) TestStopBehavior() {
s.T().SkipNow()
s.Given().
Workflow("@functional/stop-terminate.yaml").
When().
Expand Down

0 comments on commit cc136f9

Please sign in to comment.