File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,4 @@ tasks.named("precommit").configure {
5757tasks. named(" yamlRestCompatTestTransform" ). configure({task ->
5858 task. skipTest(" indices.sort/10_basic/Index Sort" , " warning does not exist for compatibility" )
5959 task. skipTest(" search/330_fetch_fields/Test search rewrite" , " warning does not exist for compatibility" )
60- task. skipTest(" tsdb/20_mapping/disabled source" , " temporary until backported" )
61- task. skipTest(" logsdb/20_source_mapping/disabled _source is not supported" , " temporary until backported" )
62- task. skipTest(" tsdb/20_mapping/regular source" , " temporary until backported" )
63- task. skipTest(" logsdb/20_source_mapping/stored _source mode is not supported" , " temporary until backported" )
6460})
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ tasks.named("precommit").configure {
8282
8383tasks. named(" yamlRestCompatTestTransform" ). configure({ task ->
8484 task. skipTest(" security/10_forbidden/Test bulk response with invalid credentials" , " warning does not exist for compatibility" )
85- task. skipTest(" wildcard/30_ignore_above_synthetic_source/wildcard field type ignore_above" , " Temporary until backported" )
8685 task. skipTest(" inference/inference_crud/Test get all" , " Assertions on number of inference models break due to default configs" )
8786 task. skipTest(" esql/60_usage/Basic ESQL usage output (telemetry)" , " The telemetry output changed. We dropped a column. That's safe." )
8887})
You can’t perform that action at this time.
0 commit comments