Skip to content

STOR-2285: Update group snapshot test rules #2254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion openshift-hack/cmd/k8s-tests-ext/disabled_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
"[Feature:RelaxedDNSSearchValidation]",
"[Feature:PodLogsQuerySplitStreams]",
"[Feature:PodLifecycleSleepActionAllowZero]",
"[Feature:volumegroupsnapshot]",
"[Feature:OrderedNamespaceDeletion]", // disabled Beta
},
// tests for features that are not implemented in openshift
Expand Down Expand Up @@ -68,6 +67,11 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
// host. Enabling the test would result in the bastion being created for every parallel test execution.
// Given that we have existing oc and WMCO tests that cover this functionality, we can safely disable it.
"[Feature:NodeLogQuery]",

// volumegroupsnapshot in csi-hostpath tests requires changes in the test yaml files,
// which are done by a script upstream. In OCP, we added a separate driver csi-hostpath-groupsnapshot,
// that will not be skipped by any rule here.
"[Driver: csi-hostpath] [Testpattern: (delete policy)] volumegroupsnapshottable [Feature:volumegroupsnapshot]",
},
// tests that are known broken and need to be fixed upstream or in openshift
// always add an issue here
Expand Down