Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Revert "test: disable stress test because of volume leaks"
Browse files Browse the repository at this point in the history
This reverts commit 3148482.

With distributed provisioning, volume leaks should no longer occur.
  • Loading branch information
pohly committed Dec 18, 2020
1 parent 93bf487 commit 8e75f25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/storage/csi_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ var _ = deploy.DescribeForAll("E2E", func(d *deploy.Deployment) {
TestDynamicLateBindingProvisioning(f.ClientSet, &claim, "latebinding")
})

// This test is pending because it triggers volumes leaks
// in PMEM-CSI (https://github.com/intel/pmem-csi/issues/823).
// We need to fix those before enabling the test again.
PIt("stress test", func() {
It("stress test [Slow]", func() {
// We cannot test directly whether pod and
// volume were created on the same node by
// chance or because the code enforces it.
Expand Down

0 comments on commit 8e75f25

Please sign in to comment.