Mute TransportSearchActionTests.testShouldPreFilterSearchShards (#54158)

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

View File

@ -844,6 +844,7 @@ public class TransportSearchActionTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54156")
public void testShouldPreFilterSearchShards() {
int numIndices = randomIntBetween(1, 10);
Index[] indices = new Index[numIndices];
@ -886,6 +887,7 @@ public class TransportSearchActionTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54156")
public void testShouldPreFilterSearchShardsWithReadOnly() {
int numIndices = randomIntBetween(1, 10);
int numReadOnly = randomIntBetween(1, numIndices);