Browse Source

Skip update/100_synthetic_source tests in yamlRestCompatTests (#132296) (#132427)

(cherry picked from commit 7d2de6bdbd0cca073116e136a8956efdfa57f80c)

# Conflicts:
#	muted-tests.yml
Jordan Powers 2 months ago
parent
commit
1acccd8ae6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rest-api-spec/build.gradle

+ 2 - 0
rest-api-spec/build.gradle

@@ -283,4 +283,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
   task.skipTest("migration/10_get_feature_upgrade_status/Get feature upgrade status", "Moved to plugin")
   task.skipTest("migration/20_post_feature_upgrade/Get feature upgrade status", "Moved to plugin")
   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")
+  task.skipTest("update/100_synthetic_source/keyword", "synthetic recovery source means _recovery_source field will not be present")
+  task.skipTest("update/100_synthetic_source/stored text", "synthetic recovery source means _recovery_source field will not be present")
 })