Skip to content

Commit ef22ddb

Browse files
committed
Muted 'mixed_cluster/70_ilm/Test Set Policy On Index' test
Relates to elastic#48749
1 parent 4a5a695 commit ef22ddb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

x-pack/qa/rolling-upgrade/build.gradle

+11-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ for (Version bwcVersion : bwcVersions.wireCompatible) {
111111
systemProperty 'tests.upgrade_from_version', version.toString().replace('-SNAPSHOT', '')
112112
nonInputProperties.systemProperty('tests.rest.cluster', "${-> testClusters."${baseName}".allHttpSocketURI.join(",") }")
113113
nonInputProperties.systemProperty('tests.clustername', "${-> testClusters."${baseName}".getName() }")
114+
systemProperty 'tests.rest.blacklist', [
115+
'mixed_cluster/70_ilm/Test Set Policy On Index'
116+
].join(',')
114117
}
115118

116119
tasks.register("${baseName}#oneThirdUpgradedTest", RestTestRunnerTask) {
@@ -133,7 +136,8 @@ for (Version bwcVersion : bwcVersions.wireCompatible) {
133136
'mixed_cluster/40_ml_datafeed_crud/Put job and datafeed with aggs in mixed cluster',
134137
'mixed_cluster/80_data_frame_jobs_crud/Test put batch data frame transforms on mixed cluster',
135138
'mixed_cluster/80_data_frame_jobs_crud/Test put continuous data frame transform on mixed cluster',
136-
'mixed_cluster/90_ml_data_frame_analytics_crud/Put an outlier_detection job on the mixed cluster'
139+
'mixed_cluster/90_ml_data_frame_analytics_crud/Put an outlier_detection job on the mixed cluster',
140+
'mixed_cluster/70_ilm/Test Set Policy On Index'
137141
].join(',')
138142
}
139143

@@ -148,6 +152,9 @@ for (Version bwcVersion : bwcVersions.wireCompatible) {
148152
systemProperty 'tests.rest.suite', 'mixed_cluster'
149153
systemProperty 'tests.first_round', 'false'
150154
systemProperty 'tests.upgrade_from_version', bwcVersion.toString().replace('-SNAPSHOT', '')
155+
systemProperty 'tests.rest.blacklist', [
156+
'mixed_cluster/70_ilm/Test Set Policy On Index'
157+
].join(',')
151158
}
152159

153160
tasks.register("${baseName}#upgradedClusterTest", RestTestRunnerTask) {
@@ -160,6 +167,9 @@ for (Version bwcVersion : bwcVersions.wireCompatible) {
160167
nonInputProperties.systemProperty('tests.clustername', "${-> testClusters."${baseName}".getName() }")
161168
systemProperty 'tests.rest.suite', 'upgraded_cluster'
162169
systemProperty 'tests.upgrade_from_version', bwcVersion.toString().replace('-SNAPSHOT', '')
170+
systemProperty 'tests.rest.blacklist', [
171+
'mixed_cluster/70_ilm/Test Set Policy On Index'
172+
].join(',')
163173
}
164174

165175
tasks.register("${baseName}#bwcTest") {

0 commit comments

Comments
 (0)