Skip to content
Draft
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: 2 additions & 4 deletions tests/e2e-kubernetes/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ var CSITestSuites = []func() framework.TestSuite{

func getCSITestSuites() []func() framework.TestSuite {
suites := CSITestSuites
// Headroom feature is not supported on OpenShift
if ClusterType != "openshift" {
suites = append(suites, custom_testsuites.InitS3HeadroomTestSuite)
}
// Headroom feature is not supported on OpenShift (re-enable to check the error)
suites = append(suites, custom_testsuites.InitS3HeadroomTestSuite)
return suites
}

Expand Down
Loading