Skip to content

Commit 70f961f

Browse files
committed
disable k3s and rke2 until providers support CAPI v1.11.X
1 parent 9a68347 commit 70f961f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

e2e/capl-cluster-flavors/k3s-capl-cluster/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
name: k3s-capl-cluster
77
# Labels to allow the test to be triggered based on selector flag
88
labels:
9-
all:
9+
# all:
1010
k3s:
11-
flavors:
11+
# flavors:
1212
spec:
1313
bindings:
1414
# A short identifier for the E2E test run

e2e/capl-cluster-flavors/rke2-capl-cluster/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
name: rke2-capl-cluster
66
# Labels to allow the test to be triggered based on selector flag
77
labels:
8-
all:
8+
# all:
99
rke2:
10-
flavors:
10+
# flavors:
1111
spec:
1212
bindings:
1313
# A short identifier for the E2E test run

0 commit comments

Comments
 (0)