Skip to content

Commit 5039f3c

Browse files
committed
skip BWC for tests we expect to break
1 parent 270f066 commit 5039f3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rest-api-spec/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,10 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
9090
task.skipTest("cluster.info/30_info_thread_pool/Cluster HTTP Info", "The search_throttled thread pool has been removed")
9191
task.skipTest("synonyms/80_synonyms_from_index/Fail loading synonyms from index if synonyms_set doesn't exist", "Synonyms do no longer fail if the synonyms_set doesn't exist")
9292
task.skipTest("mget/90_synthetic_source/keyword with normalizer", "Normalized keywords now use synthetic source")
93+
task.skipTest("esql/81_text_exact_subfields/filter ignore above", "Normalized keywords now use synthetic source")
94+
task.skipTest("esql/81_text_exact_subfields/filter with normalizer", "Normalized keywords now use synthetic source")
95+
task.skipTest("esql/81_text_exact_subfields/non indexed", "Normalized keywords now use synthetic source")
96+
task.skipTest("esql/81_text_exact_subfields/extract", "Normalized keywords now use synthetic source")
97+
task.skipTest("esql/81_text_exact_subfields/sort ignore above", "Normalized keywords now use synthetic source")
98+
task.skipTest("esql/81_text_exact_subfields/sort normalizer", "Normalized keywords now use synthetic source")
9399
})

0 commit comments

Comments
 (0)