Skip to content

Commit c747219

Browse files
committed
skip the rest compatbility test for the breaking change
1 parent 9110abe commit c747219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest-api-spec/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
8989
task.skipTest("indices.create/21_synthetic_source_stored/field param - keep root array", "Synthetic source keep arrays now stores leaf arrays natively")
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")
92+
task.skipTest("mget/90_synthetic_source/keyword with normalizer", "Normalized keywords now use synthetic source")
9293
})

0 commit comments

Comments
 (0)