File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed
qa/core-rest-tests-with-security Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -42,13 +42,3 @@ tasks.named("javaRestTest").configure {
4242tasks. 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-
Original file line number Diff line number Diff 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 + = [
You can’t perform that action at this time.
0 commit comments