Skip to content

Commit 3728bd0

Browse files
committed
Fix skip
1 parent ff60164 commit 3728bd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
137137
// Disable ML tests for incompatible systems
138138
if (BwcVersions.isMlCompatible(bwcVersion) == false) {
139139
systemProperty 'tests.ml.skip', 'true'
140-
systemProperty 'tests.rest.blacklist', ['old_cluster/30_ml_jobs_crud/*', 'old_cluster/40_ml_datafeed_crud/*', 'old_cluster/90_ml_data_frame_analytics_crud'].join(',')
140+
systemProperty 'tests.rest.blacklist', ['old_cluster/30_ml_jobs_crud/*', 'old_cluster/40_ml_datafeed_crud/*', 'old_cluster/90_ml_data_frame_analytics_crud/*'].join(',')
141141
}
142142
}
143143

@@ -173,7 +173,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
173173
// Disable ML tests for incompatible systems
174174
if (BwcVersions.isMlCompatible(bwcVersion) == false) {
175175
systemProperty 'tests.ml.skip', 'true'
176-
excludeList.addAll(['mixed_cluster/30_ml_jobs_crud/*', 'mixed_cluster/40_ml_datafeed_crud/*', 'mixed_cluster/90_ml_data_frame_analytics_crud'])
176+
excludeList.addAll(['mixed_cluster/30_ml_jobs_crud/*', 'mixed_cluster/40_ml_datafeed_crud/*', 'mixed_cluster/90_ml_data_frame_analytics_crud/*'])
177177
}
178178
systemProperty 'tests.rest.blacklist', excludeList.join(',')
179179
}
@@ -194,7 +194,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
194194
// Disable ML tests for incompatible systems
195195
if (BwcVersions.isMlCompatible(bwcVersion) == false) {
196196
systemProperty 'tests.ml.skip', 'true'
197-
systemProperty 'tests.rest.blacklist', ['mixed_cluster/30_ml_jobs_crud/*', 'mixed_cluster/40_ml_datafeed_crud/*', 'mixed_cluster/90_ml_data_frame_analytics_crud'].join(',')
197+
systemProperty 'tests.rest.blacklist', ['mixed_cluster/30_ml_jobs_crud/*', 'mixed_cluster/40_ml_datafeed_crud/*', 'mixed_cluster/90_ml_data_frame_analytics_crud/*'].join(',')
198198
}
199199
}
200200

@@ -213,7 +213,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
213213
// Disable ML tests for incompatible systems
214214
if (BwcVersions.isMlCompatible(bwcVersion) == false) {
215215
systemProperty 'tests.ml.skip', 'true'
216-
systemProperty 'tests.rest.blacklist', ['upgraded_cluster/30_ml_jobs_crud/*', 'upgraded_cluster/40_ml_datafeed_crud/*', 'upgraded_cluster/90_ml_data_frame_analytics_crud'].join(',')
216+
systemProperty 'tests.rest.blacklist', ['upgraded_cluster/30_ml_jobs_crud/*', 'upgraded_cluster/40_ml_datafeed_crud/*', 'upgraded_cluster/90_ml_data_frame_analytics_crud/*'].join(',')
217217
}
218218
}
219219

0 commit comments

Comments
 (0)