Skip to content

Commit

Permalink
Awaits fix testNoPreferenceRandom in SearchPreferenceIT
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 2, 2023
1 parent e7bcc8c commit 499c2cd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -114,6 +114,7 @@ public void testStopOneNodePreferenceWithRedState() throws IOException {
assertThat("_only_local", searchResponse.getFailedShards(), greaterThanOrEqualTo(0));
}

@AwaitsFix(bugUrl = "since search preference has been overridden")
public void testNoPreferenceRandom() {
assertAcked(
prepareCreate("test").setSettings(
Expand Down

0 comments on commit 499c2cd

Please sign in to comment.