Skip to content

Commit 3da329b

Browse files
committed
Correctly skip the test
1 parent e1ca3e8 commit 3da329b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/reindex/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ if (OS.current() == OS.WINDOWS) {
166166
}
167167
}
168168

169-
tasks.named("yamlRestCompatTestTransform").configure { task ->
170-
task.skipTest("reindex/20_validation/specifying size fails", "size is rejected in 9.0")
169+
tasks.named("yamlRestCompatTest").configure {
170+
systemProperty 'tests.rest.blacklist', [
171+
'reindex/20_validation/specifying size fails' // size is rejected in 9.0
172+
].join(',')
171173
}

0 commit comments

Comments
 (0)