Skip to content

Commit

Permalink
Mute TransportSearchActionTests.testShouldPreFilterSearchShards (#54157)
Browse files Browse the repository at this point in the history
Relates #53873
Relates #54156
  • Loading branch information
tlrx authored Mar 25, 2020
1 parent a681dbc commit ecb071c
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit ecb071c

Please sign in to comment.