Skip to content

Commit

Permalink
Mute test for #35295
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed Nov 8, 2018
1 parent 83dcd0e commit b1ce4b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

import static org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.isOneOf;

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

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

}

}

0 comments on commit b1ce4b2

Please sign in to comment.