File tree 1 file changed +2
-1
lines changed
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 75
75
import java .util .concurrent .CountDownLatch ;
76
76
import java .util .concurrent .TimeUnit ;
77
77
78
+ import static org .apache .lucene .util .LuceneTestCase .AwaitsFix ;
78
79
import static org .elasticsearch .common .xcontent .XContentFactory .jsonBuilder ;
79
80
import static org .hamcrest .Matchers .equalTo ;
80
81
import static org .hamcrest .Matchers .hasSize ;
81
82
import static org .hamcrest .Matchers .isOneOf ;
82
83
84
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/35295" )
83
85
public class RollupDocumentationIT extends ESRestHighLevelClientTestCase {
84
86
85
87
@ Before
@@ -501,5 +503,4 @@ public void onFailure(Exception e) {
501
503
assertTrue (latch .await (30L , TimeUnit .SECONDS ));
502
504
503
505
}
504
-
505
506
}
You can’t perform that action at this time.
0 commit comments