Skip to content

Commit 2098274

Browse files
committed
muted test
1 parent e7404cc commit 2098274

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/tribe/src/test/java/org/elasticsearch/tribe/TribeIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.elasticsearch.tribe;
2121

22+
import org.apache.lucene.util.LuceneTestCase;
2223
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
2324
import org.elasticsearch.action.support.DestructiveOperations;
2425
import org.elasticsearch.client.Client;
@@ -86,6 +87,7 @@
8687
* Note, when talking to tribe client, no need to set the local flag on master read operations, it
8788
* does it by default.
8889
*/
90+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31865")
8991
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE, numDataNodes = 0, numClientNodes = 0, transportClientRatio = 0.0)
9092
public class TribeIntegrationTests extends ESIntegTestCase {
9193

0 commit comments

Comments
 (0)