Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ public void testShouldMinimizeRoundtrips() throws Exception {
}
}

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

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