Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ tests:
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=ml/data_frame_analytics_cat_apis/Test cat data frame analytics all jobs with header}
issue: https://github.com/elastic/elasticsearch/issues/127625
- class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
method: testCancellationViaTimeoutWithAllowPartialResultsSetToFalse
issue: https://github.com/elastic/elasticsearch/issues/127096
- class: org.elasticsearch.xpack.ccr.action.ShardFollowTaskReplicationTests
method: testChangeFollowerHistoryUUID
issue: https://github.com/elastic/elasticsearch/issues/127680
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,7 @@ public void testCancellationViaTimeoutWithAllowPartialResultsSetToFalse() throws
}

SearchListenerPlugin.waitLocalSearchStarted();
SearchListenerPlugin.waitRemoteSearchStarted();

// ensure tasks are present on both clusters and not cancelled
try {
Expand Down