Browse Source

Revert "muted test RestSQLIt >> testCompressCursor (#106295)"

This reverts commit 25e31b91b4c1fb9ad5e649381f82984a47117ec7.
Mark Vieira 1 year ago
parent
commit
088907b097

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

@@ -1622,7 +1622,6 @@ public abstract class RestSqlTestCase extends BaseRestSqlTestCase implements Err
         }
     }
 
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-serverless/issues/1501")
     public void testCompressCursor() throws IOException {
         String doc = IntStream.range(0, 1000)
             .mapToObj(i -> String.format(Locale.ROOT, "\"field%d\": %d", i, i))