diff --git a/test/integration_test/basic_test.go b/test/integration_test/basic_test.go index f5620e698..af5939daa 100644 --- a/test/integration_test/basic_test.go +++ b/test/integration_test/basic_test.go @@ -162,6 +162,13 @@ var testStorageClusterBasicCases = []types.TestCase{ }, }, }), + ShouldSkip: func(tc *types.TestCase) bool { + skip := ci_utils.PxOperatorVersion.LessThan(ci_utils.PxOperatorVer24_2_0) + if skip { + logrus.Info("Skipping BasicInstallWithPxSaTokenRefresh, because PX Operator version is less than 24.2.0") + } + return skip + }, TestFunc: BasicInstallWithPxSaTokenRefresh, }, {