Skip to content

Commit

Permalink
fix: Skip TestStorageQuotaLimit (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabala1979 authored and alexec committed Jul 23, 2020
1 parent 802c18e commit a366648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/functional_test.go
Expand Up @@ -641,6 +641,10 @@ spec:
}

func (s *FunctionalSuite) TestStorageQuotaLimit() {
// TODO Test fails due to unstable PVC creation and termination in K3S
// PVC will stuck in pending state for while.

s.T().SkipNow()
s.Given().
Workflow("@testdata/storage-limit.yaml").
When().
Expand Down

0 comments on commit a366648

Please sign in to comment.