Skip to content

Commit

Permalink
Update reason for ignoring test.
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
  • Loading branch information
Rishikesh1159 committed Jan 5, 2024
1 parent 1e47a6e commit 56b1d57
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public Settings nodeSettings(int nodeOrdinal) {
}

@Override
@Ignore("The testSimpleStats is not compatible with Segment Replication behaviour as the test asserts the index operation count on primary and replica shards."
+ "With Segment Replication the index operation is not performed on replica shards, so the assertion fails.")
@Ignore("The testSimpleStats is not compatible with Segment Replication behaviour as the test asserts the index operation count on primary and replica shards. With Segment Replication the index operation is not performed on replica shards, so the assertion fails.")
public void testSimpleStats() throws Exception {}

}

0 comments on commit 56b1d57

Please sign in to comment.