We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ebacc commit 495ff90Copy full SHA for 495ff90
x-pack/plugin/sql/qa/server/src/main/java/org/elasticsearch/xpack/sql/qa/rest/RestSqlTestCase.java
@@ -1276,6 +1276,7 @@ public void testAsyncTextWait() throws IOException {
1276
}
1277
1278
1279
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/80089")
1280
public void testAsyncTextPaginated() throws IOException, InterruptedException {
1281
final Map<String, String> acceptMap = new HashMap<>() {
1282
{
0 commit comments