Skip to content

Commit e323eb8

Browse files
authored
Reenable data stream tests after backport of #79916 (#80497)
1 parent db0ea98 commit e323eb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure{ task ->
113113
task.skipTest("indices.freeze/10_basic/Basic", "#70192 -- the freeze index API is removed from 8.0")
114114
task.skipTest("indices.freeze/10_basic/Test index options", "#70192 -- the freeze index API is removed from 8.0")
115115
task.skipTest("ml/categorization_agg/Test categorization aggregation with poor settings", "https://github.com/elastic/elasticsearch/pull/79586")
116-
task.skipTest("data_stream/50_delete_backing_indices/Delete backing index on data stream", "pending backport of https://github.com/elastic/elasticsearch/pull/79916")
117-
task.skipTest("data_stream/170_modify_data_stream/Modify a data stream", "pending backport of https://github.com/elastic/elasticsearch/pull/79916")
118116

119117
task.replaceValueInMatch("_type", "_doc")
120118
task.addAllowedWarningRegex("\\[types removal\\].*")

0 commit comments

Comments
 (0)