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

Commit

Permalink
test: disable "olm upgrade" test
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
pohly committed Jul 17, 2021
1 parent 7b30eb5 commit a484696
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test.make
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit a484696

Please sign in to comment.