File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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})
You can’t perform that action at this time.
0 commit comments