Skip to content

Commit

Permalink
mute failing test in SqlSearchPageTimeoutIT (#79933) (#79935)
Browse files Browse the repository at this point in the history
since #79928 is blocked by other failing tests I'm just muting it for
now.
  • Loading branch information
Lukas Wegmann authored Oct 27, 2021
1 parent 5508b14 commit 1118ed9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
return settings.build();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/79928")
public void testSearchContextIsCleanedUpAfterPageTimeoutForHitsQueries() throws Exception {
setupTestIndex();

Expand Down

0 comments on commit 1118ed9

Please sign in to comment.