Skip to content

Commit d507f8f

Browse files
Re-enable synthetic recovery tests (#121896)
1 parent a33708d commit d507f8f

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,6 @@ tests:
134134
- class: org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT
135135
method: test {p0=data_stream/120_data_streams_stats/Multiple data stream}
136136
issue: https://github.com/elastic/elasticsearch/issues/118217
137-
# TODO: re-enable after backporting https://github.com/elastic/elasticsearch/pull/119110
138-
- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
139-
method: test {yaml=update/100_synthetic_source/keyword}
140-
# TODO: re-enable after backporting https://github.com/elastic/elasticsearch/pull/119110
141-
- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
142-
method: test {yaml=update/100_synthetic_source/stored text}
143137
- class: org.elasticsearch.xpack.searchablesnapshots.RetrySearchIntegTests
144138
method: testSearcherId
145139
issue: https://github.com/elastic/elasticsearch/issues/118374

qa/smoke-test-multinode/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ tasks.named("yamlRestTest").configure {
2828
'cat.templates/10_basic/No templates',
2929
'cat.templates/10_basic/Sort templates',
3030
'cat.templates/10_basic/Multiple template',
31-
'update/100_synthetic_source/keyword',
32-
'update/100_synthetic_source/stored text'
3331
].join(',')
3432
}

x-pack/plugin/logsdb/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,3 @@ tasks.named("javaRestTest").configure {
4242
tasks.named('yamlRestTest') {
4343
usesDefaultDistribution()
4444
}
45-
46-
tasks.named("yamlRestTest") {
47-
if (buildParams.isSnapshotBuild() == false) {
48-
systemProperty 'tests.rest.blacklist', [
49-
"60_synthetic_source_recovery/*"
50-
].join(',')
51-
}
52-
}
53-
54-

x-pack/qa/core-rest-tests-with-security/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ tasks.named("yamlRestTest").configure {
3232
ArrayList<String> blacklist = [
3333
'index/10_with_id/Index with ID',
3434
'indices.get_alias/10_basic/Get alias against closed indices',
35-
'update/100_synthetic_source/keyword',
36-
'update/100_synthetic_source/stored text'
3735
];
3836
if (buildParams.isSnapshotBuild() == false) {
3937
blacklist += [

0 commit comments

Comments
 (0)