Skip to content

Commit 4a2db46

Browse files
authored
Mute ReadActionsTests (#54153)
Relates #53340
1 parent 7d4ae7d commit 4a2db46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authz/ReadActionsTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import java.util.ArrayList;
2626
import java.util.List;
2727

28+
import static org.apache.lucene.util.LuceneTestCase.AwaitsFix;
2829
import static org.elasticsearch.test.SecurityTestsUtils.assertAuthorizationExceptionDefaultUsers;
2930
import static org.elasticsearch.test.SecurityTestsUtils.assertThrowsAuthorizationExceptionDefaultUsers;
3031
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoSearchHits;
@@ -33,6 +34,7 @@
3334
import static org.hamcrest.core.IsInstanceOf.instanceOf;
3435
import static org.hamcrest.number.OrderingComparison.greaterThan;
3536

37+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53340")
3638
public class ReadActionsTests extends SecurityIntegTestCase {
3739

3840
@Override

0 commit comments

Comments
 (0)