Skip to content

Commit

Permalink
remove @ignore to resolve :server:forbiddenApisInternalClusterTest ch…
Browse files Browse the repository at this point in the history
…eck.

Signed-off-by: Rishikesh1159 <[email protected]>
  • Loading branch information
Rishikesh1159 committed Jan 5, 2024
1 parent 56b1d57 commit 738df75
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ public Settings nodeSettings(int nodeOrdinal) {
.build();
}

/**
* 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. To ignore running of this test from parent class we are overriding and leaving it empty.
*/
@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.")
public void testSimpleStats() throws Exception {}

}

0 comments on commit 738df75

Please sign in to comment.