We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2db46 commit b6e4822Copy full SHA for b6e4822
server/src/test/java/org/elasticsearch/action/search/TransportSearchActionTests.java
@@ -844,6 +844,7 @@ public void testShouldMinimizeRoundtrips() throws Exception {
844
}
845
846
847
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54156")
848
public void testShouldPreFilterSearchShards() {
849
int numIndices = randomIntBetween(1, 10);
850
Index[] indices = new Index[numIndices];
@@ -886,6 +887,7 @@ public void testShouldPreFilterSearchShards() {
886
887
888
889
890
891
public void testShouldPreFilterSearchShardsWithReadOnly() {
892
893
int numReadOnly = randomIntBetween(1, numIndices);
0 commit comments