Skip to content

Commit a22ec9a

Browse files
committed
Another AwaitsFix for #94939
1 parent e735455 commit a22ec9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/RemoteClusterSecurityWithSameModelRemotesRestIT.java

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

88
package org.elasticsearch.xpack.remotecluster;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.client.Request;
1112
import org.elasticsearch.test.cluster.ElasticsearchCluster;
1213
import org.junit.ClassRule;
@@ -17,6 +18,7 @@
1718
import java.util.Map;
1819
import java.util.concurrent.atomic.AtomicReference;
1920

21+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94939")
2022
public class RemoteClusterSecurityWithSameModelRemotesRestIT extends AbstractRemoteClusterSecurityWithMultipleRemotesRestIT {
2123

2224
private static final AtomicReference<Map<String, Object>> API_KEY_MAP_REF = new AtomicReference<>();

0 commit comments

Comments
 (0)