Skip to content

Commit 36ac93a

Browse files
committed
skip compat tests
1 parent 11cff5c commit 36ac93a

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
@@ -61,6 +61,7 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
6161
task.replaceValueInMatch("profile.shards.0.dfs.knn.0.collector.0.name", "TopScoreDocCollector", "dfs knn vector profiling with vector_operations_count")
6262
task.skipTest("cat.aliases/10_basic/Deprecated local parameter", "CAT APIs not covered by compatibility policy")
6363
task.skipTest("cat.shards/10_basic/Help", "sync_id is removed in 9.0")
64+
task.skipTest("search/330_fetch_fields/Test with subobjects: auto", "subobjects auto removed")
6465
task.skipTest("search/500_date_range/from, to, include_lower, include_upper deprecated", "deprecated parameters are removed in 9.0")
6566
task.skipTest("search.highlight/30_max_analyzed_offset/Plain highlighter with max_analyzed_offset < 0 should FAIL", "semantics of test has changed")
6667
task.skipTest("search.vectors/70_dense_vector_telemetry/Field mapping stats with field details", "default dense vector field mapping has changed")
@@ -72,9 +73,14 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
7273
task.skipTest("range/20_synthetic_source/Date range Rounding Fixes", "_source.mode mapping attribute is no-op since 9.0.0")
7374
task.skipTest("index/92_metrics_auto_subobjects/Metrics object indexing with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
7475
task.skipTest("index/92_metrics_auto_subobjects/Root without subobjects with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
76+
task.skipTest("index/92_metrics_auto_subobjects/Root with metrics", "subobjects auto removed")
77+
task.skipTest("index/92_metrics_auto_subobjects/Metrics object indexing", "subobjects auto removed")
7578
task.skipTest("index/91_metrics_no_subobjects/Metrics object indexing with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
7679
task.skipTest("index/91_metrics_no_subobjects/Root without subobjects with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
7780
task.skipTest("indices.create/20_synthetic_source/synthetic_source with copy_to inside nested object", "temporary until backported")
81+
task.skipTest("indices.create/20_synthetic_source/synthetic_source with copy_to pointing to ambiguous field and subobjects auto", "subobjects auto removed")
82+
task.skipTest("indices.put_index_template/15_composition/Composable index templates that include subobjects: auto on arbitrary field", "subobjects auto removed")
83+
task.skipTest("indices.put_index_template/15_composition/Composable index templates that include subobjects: auto at root", "subobjects auto removed")
7884
task.skipTest(
7985
"cluster.desired_nodes/10_basic/Test delete desired nodes with node_version generates a warning",
8086
"node_version warning is removed in 9.0"

0 commit comments

Comments
 (0)