Skip to content

Commit 25e31b9

Browse files
authored
muted test RestSQLIt >> testCompressCursor (elastic#106295)
1 parent 28f3977 commit 25e31b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/sql/qa/server/src/main/java/org/elasticsearch/xpack/sql/qa/rest/RestSqlTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,7 @@ public void testAsyncTextPaginated() throws IOException, InterruptedException {
16221622
}
16231623
}
16241624

1625+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-serverless/issues/1501")
16251626
public void testCompressCursor() throws IOException {
16261627
String doc = IntStream.range(0, 1000)
16271628
.mapToObj(i -> String.format(Locale.ROOT, "\"field%d\": %d", i, i))

0 commit comments

Comments
 (0)