File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
server/src/test/java/org/elasticsearch/action/search Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -134,9 +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- - class : org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests
138- method : testBottomFieldSort
139- issue : https://github.com/elastic/elasticsearch/issues/118214
140137- class : org.elasticsearch.xpack.searchablesnapshots.RetrySearchIntegTests
141138 method : testSearcherId
142139 issue : https://github.com/elastic/elasticsearch/issues/118374
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ protected void run() {
220220 assertFalse (canReturnNullResponse .get ());
221221 assertThat (numWithTopDocs .get (), equalTo (0 ));
222222 } else {
223- assertTrue (canReturnNullResponse .get ());
224223 if (withCollapse ) {
225224 assertThat (numWithTopDocs .get (), equalTo (0 ));
226225 } else {
You can’t perform that action at this time.
0 commit comments