Skip to content

Commit

Permalink
mute failing test in SqlSearchPageTimeoutIT (elastic#79933)
Browse files Browse the repository at this point in the history
since elastic#79928 is blocked by other failing tests I'm just muting it for
now.
  • Loading branch information
Lukas Wegmann committed Oct 27, 2021
1 parent dac8636 commit 369f536
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 369f536

Please sign in to comment.