We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9631ee commit 5b2ab77Copy full SHA for 5b2ab77
1 file changed
tests/e2e-kubernetes/e2e_test.go
@@ -73,10 +73,8 @@ var CSITestSuites = []func() framework.TestSuite{
73
74
func getCSITestSuites() []func() framework.TestSuite {
75
suites := CSITestSuites
76
- // Headroom feature is not supported on OpenShift
77
- if ClusterType != "openshift" {
78
- suites = append(suites, custom_testsuites.InitS3HeadroomTestSuite)
79
- }
+ // Headroom feature is not supported on OpenShift (re-enable to check the error)
+ suites = append(suites, custom_testsuites.InitS3HeadroomTestSuite)
80
return suites
81
}
82
0 commit comments