From a4846967cfd7a2efd378125bdfb43de851c2183d Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sat, 17 Jul 2021 21:11:10 +0200 Subject: [PATCH] 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 (https://github.com/intel/pmem-csi/issues/1029). --- test/test.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test.make b/test/test.make index 301e71bd3..13127aaf1 100644 --- a/test/test.make +++ b/test/test.make @@ -110,6 +110,9 @@ TEST_E2E_SKIP_ALL += volumeIO.*should.write.files.of.various.sizes.*verify.size. # The reason is shredding the ndctl device is consuming most of the time. TEST_E2E_SKIP_ALL += direct.*binding.stress.test +# The test breaks other OLM tests (https://github.com/intel/pmem-csi/issues/1029). +TEST_E2E_SKIP_ALL += olm.*upgrade + # Add all Kubernetes version-specific suppressions. TEST_E2E_SKIP_ALL += $(TEST_E2E_SKIP_$(shell cat _work/$(CLUSTER)/kubernetes.version))