Skip to content

Commit

Permalink
mark SimpleStats as awaits fix as it doesn't index docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbafna committed Sep 4, 2023
1 parent 2cf9d13 commit e36fa0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ public void testThrottleStats() throws Exception {
logger.info("test: test done");
}

@AwaitsFix(bugUrl = "Replica does'nt index docs")
public void testSimpleStats() throws Exception {
createIndex("test1", "test2");
ensureGreen();
Expand Down

0 comments on commit e36fa0e

Please sign in to comment.