Skip to content

Commit 8206af4

Browse files
committed
AwaitsFix for #101462
1 parent 8bb7093 commit 8206af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/sql/src/internalClusterTest/java/org/elasticsearch/xpack/sql/action/SqlSearchPageTimeoutIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
3131
return settings.build();
3232
}
3333

34+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101462")
3435
public void testSearchContextIsCleanedUpAfterPageTimeoutForHitsQueries() throws Exception {
3536
setupTestIndex();
3637

0 commit comments

Comments
 (0)