Skip to content

Commit 1ed60a2

Browse files
authored
Mute RemoteClusterSecurityBwcRestIT (#105491) (#105495)
Relates #104858
1 parent 1acbc68 commit 1ed60a2

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/RemoteClusterSecurityBwcRestIT.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.action.search.SearchResponse;
1112
import org.elasticsearch.client.Request;
1213
import org.elasticsearch.client.RequestOptions;
@@ -39,6 +40,7 @@
3940
/**
4041
* BWC test which ensures that users and API keys with defined {@code remote_indices} privileges can be used to query legacy remote clusters
4142
*/
43+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104858")
4244
public class RemoteClusterSecurityBwcRestIT extends AbstractRemoteClusterSecurityTestCase {
4345

4446
private static final Version OLD_CLUSTER_VERSION = Version.fromString(System.getProperty("tests.old_cluster_version"));

0 commit comments

Comments
 (0)