File tree 1 file changed +5
-1
lines changed
openshift-hack/cmd/k8s-tests-ext
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
26
26
"[Feature:RelaxedDNSSearchValidation]" ,
27
27
"[Feature:PodLogsQuerySplitStreams]" ,
28
28
"[Feature:PodLifecycleSleepActionAllowZero]" ,
29
- "[Feature:volumegroupsnapshot]" ,
30
29
"[Feature:OrderedNamespaceDeletion]" , // disabled Beta
31
30
},
32
31
// tests for features that are not implemented in openshift
@@ -68,6 +67,11 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
68
67
// host. Enabling the test would result in the bastion being created for every parallel test execution.
69
68
// Given that we have existing oc and WMCO tests that cover this functionality, we can safely disable it.
70
69
"[Feature:NodeLogQuery]" ,
70
+
71
+ // volumegroupsnapshot in csi-hostpath tests requires changes in the test yaml files,
72
+ // which are done by a script upstream. In OCP, we added a separate driver csi-hostpath-groupsnapshot,
73
+ // that will not be skipped by any rule here.
74
+ "[Driver: csi-hostpath] [Testpattern: (delete policy)] volumegroupsnapshottable [Feature:volumegroupsnapshot]" ,
71
75
},
72
76
// tests that are known broken and need to be fixed upstream or in openshift
73
77
// always add an issue here
You can’t perform that action at this time.
0 commit comments