Skip to content

Commit 5b2ab77

Browse files
committed
[WIP] Enable headroom tests on Openshift
Signed-off-by: Vlad Volodkin <vlaad@amazon.co.uk>
1 parent a9631ee commit 5b2ab77

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/e2e-kubernetes/e2e_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ var CSITestSuites = []func() framework.TestSuite{
7373

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

0 commit comments

Comments
 (0)