diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java index 6651735a7f794..952cf8ba3b0ec 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java @@ -1263,7 +1263,7 @@ public void testPrimaryReceivesDocsDuringReplicaRecovery() throws Exception { * This test validates that segment replications works with random compression mode * @throws Exception */ - public void testCodecWithDifferentCompressionModes() throws Exception { + public void testWithDifferentCompressionModes() throws Exception { final String nodeA = internalCluster().startNode(); final String nodeB = internalCluster().startNode(); final Settings settings = Settings.builder() @@ -1308,7 +1308,7 @@ public void testCodecWithDifferentCompressionModes() throws Exception { * This test validates that segment replications works for older codec implementations * @throws Exception */ - public void testCodecWithOlderCodecs() throws Exception { + public void testWithOlderCodecs() throws Exception { final String nodeA = internalCluster().startNode(); final String nodeB = internalCluster().startNode(); final Settings settings = Settings.builder()