Skip to content

Commit 6518a05

Browse files
lktsgeorgewallace
authored andcommitted
Remove temporary mutes of compatibility tests (elastic#115140)
1 parent 86fab7e commit 6518a05

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

rest-api-spec/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,4 @@ tasks.named("precommit").configure {
5757
tasks.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
})

x-pack/plugin/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ tasks.named("precommit").configure {
8282

8383
tasks.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
})

0 commit comments

Comments
 (0)