Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Skip TestStorageQuotaLimit #3566

Merged
merged 2 commits into from Jul 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/e2e/functional_test.go
Expand Up @@ -641,6 +641,9 @@ spec:
}

func (s *FunctionalSuite) TestStorageQuotaLimit() {
// TODO Test fails due to unstable PVC creation and termination in K3S
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PVC creation and termination are failing inconsistently in k3s. I am investigating in another PR. Skipping this test currently.

// PVC will stuck in pending state for while.
s.T().SkipNow()
s.Given().
Workflow("@testdata/storage-limit.yaml").
When().
Expand Down