Skip to content

Commit b6e4822

Browse files
authored
Mute TransportSearchActionTests.testShouldPreFilterSearchShards (#54158)
Relates #53873 Relates #54156
1 parent 4a2db46 commit b6e4822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/elasticsearch/action/search/TransportSearchActionTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ public void testShouldMinimizeRoundtrips() throws Exception {
844844
}
845845
}
846846

847+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54156")
847848
public void testShouldPreFilterSearchShards() {
848849
int numIndices = randomIntBetween(1, 10);
849850
Index[] indices = new Index[numIndices];
@@ -886,6 +887,7 @@ public void testShouldPreFilterSearchShards() {
886887
}
887888
}
888889

890+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54156")
889891
public void testShouldPreFilterSearchShardsWithReadOnly() {
890892
int numIndices = randomIntBetween(1, 10);
891893
int numReadOnly = randomIntBetween(1, numIndices);

0 commit comments

Comments
 (0)