Mute ReadActionsTests (#54153)

Relates #53340
This commit is contained in:
Tanguy Leroux 2020-03-25 10:35:58 +01:00 committed by GitHub
parent 7d4ae7d982
commit 4a2db4651e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import org.elasticsearch.test.SecuritySettingsSource;
import java.util.ArrayList;
import java.util.List;
import static org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import static org.elasticsearch.test.SecurityTestsUtils.assertAuthorizationExceptionDefaultUsers;
import static org.elasticsearch.test.SecurityTestsUtils.assertThrowsAuthorizationExceptionDefaultUsers;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoSearchHits;
@ -33,6 +34,7 @@ import static org.hamcrest.core.IsEqual.equalTo;
import static org.hamcrest.core.IsInstanceOf.instanceOf;
import static org.hamcrest.number.OrderingComparison.greaterThan;
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53340")
public class ReadActionsTests extends SecurityIntegTestCase {
@Override