Skip to content

Commit

Permalink
test: Skip TestStopBehavior and TestRetryOmit (argoproj#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Aug 19, 2020
1 parent 9292ae1 commit ed749a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ func (s *CLIWithServerSuite) TestTemplateLevelSemaphore() {
}

func (s *CLISuite) TestRetryOmit() {
s.T().Skip("flaky - see https://github.com/argoproj/argo/issues/3540")
s.testNeedsOffloading()
s.Given().
Workflow("@testdata/retry-omit.yaml").
Expand Down
1 change: 1 addition & 0 deletions test/e2e/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ func (s *FunctionalSuite) TestGlobalScope() {
}

func (s *FunctionalSuite) TestStopBehavior() {
s.T().Skip("flaky - see https://github.com/argoproj/argo/issues/2833")
s.Given().
Workflow("@functional/stop-terminate.yaml").
When().
Expand Down

0 comments on commit ed749a5

Please sign in to comment.