瀏覽代碼

Unmute AbstractQueryTestCase#testToQuery.

The RangeQueryBuilderTests#testToQuery failures were fixed in #34868 and #35145.
Julie Tibshirani 7 年之前
父節點
當前提交
746d94e299
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test/framework/src/main/java/org/elasticsearch/test/AbstractQueryTestCase.java

+ 0 - 1
test/framework/src/main/java/org/elasticsearch/test/AbstractQueryTestCase.java

@@ -413,7 +413,6 @@ public abstract class AbstractQueryTestCase<QB extends AbstractQueryBuilder<QB>>
      * Test creates the {@link Query} from the {@link QueryBuilder} under test and delegates the
      * assertions being made on the result to the implementing subclass.
      */
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34188")
     public void testToQuery() throws IOException {
         for (int runs = 0; runs < NUMBER_OF_TESTQUERIES; runs++) {
             QueryShardContext context = createShardContext();