File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/action/search Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments