Skip to content

Commit e09452d

Browse files
committed
UPSTREAM: <carry>: Update group snapshot test rules
Remove rule to skip group snapshot tests. They are already properly annotated. We want `[Driver: csi-hostpath].*volumegroupsnapshottable` to be skipped and it already has '[Disabled:SpecialConfig]'. We want `[Driver: csi-hostpath-groupsnapshot].*volumegroupsnapshottable to run in TP jobs and it alrady has `[OCPFeatureGate:VolumeGroupSnapshot]...[Suite:openshift/conformance/parallel]`
1 parent d365efd commit e09452d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-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

0 commit comments

Comments
 (0)