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

Commit a484696

Browse files
committed
test: disable "olm upgrade" test
The test breaks other OLM tests by deleting the "deploy/olm-bundle/1.0.0" directory. To get v1.0.0 released without further delays, the test gets disabled temporarily and will have to be enabled again later (#1029).
1 parent 7b30eb5 commit a484696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test.make

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ TEST_E2E_SKIP_ALL += volumeIO.*should.write.files.of.various.sizes.*verify.size.
110110
# The reason is shredding the ndctl device is consuming most of the time.
111111
TEST_E2E_SKIP_ALL += direct.*binding.stress.test
112112

113+
# The test breaks other OLM tests (https://github.com/intel/pmem-csi/issues/1029).
114+
TEST_E2E_SKIP_ALL += olm.*upgrade
115+
113116
# Add all Kubernetes version-specific suppressions.
114117
TEST_E2E_SKIP_ALL += $(TEST_E2E_SKIP_$(shell cat _work/$(CLUSTER)/kubernetes.version))
115118

0 commit comments

Comments
 (0)