Skip to content

Commit 95c8dfd

Browse files
Merge pull request #2254 from jsafrane/update-group-snapshot-rules
STOR-2285: Update group snapshot test rules
2 parents d57987b + ade095f commit 95c8dfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openshift-hack/cmd/k8s-tests-ext/disabled_tests.go

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
2626
"[Feature:RelaxedDNSSearchValidation]",
2727
"[Feature:PodLogsQuerySplitStreams]",
2828
"[Feature:PodLifecycleSleepActionAllowZero]",
29-
"[Feature:volumegroupsnapshot]",
3029
"[Feature:OrderedNamespaceDeletion]", // disabled Beta
3130
},
3231
// tests for features that are not implemented in openshift
@@ -68,6 +67,11 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
6867
// host. Enabling the test would result in the bastion being created for every parallel test execution.
6968
// Given that we have existing oc and WMCO tests that cover this functionality, we can safely disable it.
7069
"[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]",
7175
},
7276
// tests that are known broken and need to be fixed upstream or in openshift
7377
// always add an issue here

0 commit comments

Comments
 (0)