Skip to content

Commit ad7d742

Browse files
fix: exlude from rest compatibility tests
1 parent 14997b7 commit ad7d742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rest-api-spec/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
7474
task.skipTest("index/91_metrics_no_subobjects/Metrics object indexing with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
7575
task.skipTest("index/91_metrics_no_subobjects/Root without subobjects with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
7676
task.skipTest("indices.create/20_synthetic_source/synthetic_source with copy_to inside nested object", "temporary until backported")
77+
})
78+
79+
tasks.named("yamlRestCompatTest").configure ({ task ->
7780
task.skipTest("update/10_synthetic_source/keyword", "synthetic source recovery behind a feature flag and not enabled in release builds")
7881
task.skipTest("update/10_synthetic_source/stored text", "synthetic source recovery behind a feature flag and not enabled in release builds")
7982
})

0 commit comments

Comments
 (0)