Skip to content

Commit 1acccd8

Browse files
Skip update/100_synthetic_source tests in yamlRestCompatTests (#132296) (#132427)
(cherry picked from commit 7d2de6b) # Conflicts: # muted-tests.yml
1 parent d011a11 commit 1acccd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rest-api-spec/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
283283
task.skipTest("migration/10_get_feature_upgrade_status/Get feature upgrade status", "Moved to plugin")
284284
task.skipTest("migration/20_post_feature_upgrade/Get feature upgrade status", "Moved to plugin")
285285
task.skipTest("synonyms/80_synonyms_from_index/Fail loading synonyms from index if synonyms_set doesn't exist", "Synonyms do no longer fail if the synonyms_set doesn't exist")
286+
task.skipTest("update/100_synthetic_source/keyword", "synthetic recovery source means _recovery_source field will not be present")
287+
task.skipTest("update/100_synthetic_source/stored text", "synthetic recovery source means _recovery_source field will not be present")
286288
})

0 commit comments

Comments
 (0)