|
@@ -7,6 +7,7 @@
|
|
|
|
|
|
package org.elasticsearch.xpack.remotecluster;
|
|
|
|
|
|
+import org.apache.lucene.tests.util.LuceneTestCase;
|
|
|
import org.elasticsearch.ElasticsearchSecurityException;
|
|
|
import org.elasticsearch.TransportVersion;
|
|
|
import org.elasticsearch.action.ActionRequest;
|
|
@@ -69,6 +70,7 @@ import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
|
|
import static org.hamcrest.Matchers.hasSize;
|
|
|
import static org.hamcrest.Matchers.is;
|
|
|
|
|
|
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104567")
|
|
|
public class RemoteClusterSecurityFcActionAuthorizationIT extends ESRestTestCase {
|
|
|
|
|
|
@ClassRule
|