We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ca3e8 commit 3da329bCopy full SHA for 3da329b
modules/reindex/build.gradle
@@ -166,6 +166,8 @@ if (OS.current() == OS.WINDOWS) {
166
}
167
168
169
-tasks.named("yamlRestCompatTestTransform").configure { task ->
170
- task.skipTest("reindex/20_validation/specifying size fails", "size is rejected in 9.0")
+tasks.named("yamlRestCompatTest").configure {
+ systemProperty 'tests.rest.blacklist', [
171
+ 'reindex/20_validation/specifying size fails' // size is rejected in 9.0
172
+ ].join(',')
173
0 commit comments