Skip to content

Commit c6d2920

Browse files
Exclude test from REST compatibility
1 parent c0c2127 commit c6d2920

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
@@ -76,6 +76,7 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
7676
task.skipTest("logsdb/20_source_mapping/include/exclude is supported with stored _source", "no longer serialize source_mode")
7777
task.skipTest("logsdb/20_source_mapping/synthetic _source is default", "no longer serialize source_mode")
7878
task.skipTest("search/520_fetch_fields/fetch _seq_no via fields", "error code is changed from 5xx to 400 in 9.0")
79+
task.skipTest("search.highlight/30_max_analyzed_offset/Plain highlighter with max_analyzed_offset < 0 should FAIL", "semantics of test has changed")
7980
task.skipTest("search.vectors/41_knn_search_bbq_hnsw/Test knn search", "Scoring has changed in latest versions")
8081
task.skipTest("search.vectors/42_knn_search_bbq_flat/Test knn search", "Scoring has changed in latest versions")
8182
task.skipTest("synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set", "Can't work until auto-expand replicas is 0-1 for synonyms index")

0 commit comments

Comments
 (0)