Skip to content

Commit b1ce4b2

Browse files
committed
Mute test for #35295
1 parent 83dcd0e commit b1ce4b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/RollupDocumentationIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@
7575
import java.util.concurrent.CountDownLatch;
7676
import java.util.concurrent.TimeUnit;
7777

78+
import static org.apache.lucene.util.LuceneTestCase.AwaitsFix;
7879
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
7980
import static org.hamcrest.Matchers.equalTo;
8081
import static org.hamcrest.Matchers.hasSize;
8182
import static org.hamcrest.Matchers.isOneOf;
8283

84+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35295")
8385
public class RollupDocumentationIT extends ESRestHighLevelClientTestCase {
8486

8587
@Before
@@ -501,5 +503,4 @@ public void onFailure(Exception e) {
501503
assertTrue(latch.await(30L, TimeUnit.SECONDS));
502504

503505
}
504-
505506
}

0 commit comments

Comments
 (0)