Skip to content

Commit 08f73d3

Browse files
committed
skip compat tests
1 parent 36ac93a commit 08f73d3

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
@@ -77,6 +77,7 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
7777
task.skipTest("index/92_metrics_auto_subobjects/Metrics object indexing", "subobjects auto removed")
7878
task.skipTest("index/91_metrics_no_subobjects/Metrics object indexing with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
7979
task.skipTest("index/91_metrics_no_subobjects/Root without subobjects with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
80+
task.skipTest("indices.create/20_synthetic_source/subobjects auto", "subobjects auto removed")
8081
task.skipTest("indices.create/20_synthetic_source/synthetic_source with copy_to inside nested object", "temporary until backported")
8182
task.skipTest("indices.create/20_synthetic_source/synthetic_source with copy_to pointing to ambiguous field and subobjects auto", "subobjects auto removed")
8283
task.skipTest("indices.put_index_template/15_composition/Composable index templates that include subobjects: auto on arbitrary field", "subobjects auto removed")

0 commit comments

Comments
 (0)