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

Commit 179980e

Browse files
committed
e2e: skip volume test from Kubernetes 1.25
The test now depends on ephemeral container support.
1 parent 9e6edf8 commit 179980e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test.make

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ TEST_E2E_SKIP_1.23 += should.mount.multiple.PV.pointing.to.the.same.storage.on.t
120120
TEST_E2E_SKIP_1.22 += should.mount.multiple.PV.pointing.to.the.same.storage.on.the.same.node
121121
TEST_E2E_SKIP_1.21 += should.mount.multiple.PV.pointing.to.the.same.storage.on.the.same.node
122122

123+
# These tests depend on ephemeral containers, a feature only enabled by default in Kubernetes 1.25.
124+
TEST_E2E_SKIP_1.21 += volumes.should.store.data
125+
TEST_E2E_SKIP_1.22 += volumes.should.store.data
126+
TEST_E2E_SKIP_1.23 += volumes.should.store.data
127+
TEST_E2E_SKIP_1.24 += volumes.should.store.data
128+
123129
# Fails for Kubernetes <= 1.22 with an incorrect error (fixed later in Kubernetes 1.23):
124130
# Invalid value: "my-volume-0": can only use volume source type of PersistentVolumeClaim for block mode
125131
TEST_E2E_SKIP_1.22 += Generic.Ephemeral-volume..block.volmode

0 commit comments

Comments
 (0)