Skip to content

Commit 78795e3

Browse files
committed
fix test
Signed-off-by: guojialiang <[email protected]>
1 parent 1c1f802 commit 78795e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/test/java/org/opensearch/index/shard/RemoteIndexShardTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import org.opensearch.test.junit.annotations.TestLogging;
4646
import org.hamcrest.MatcherAssert;
4747
import org.junit.Assert;
48-
import org.junit.Ignore;
4948

5049
import java.io.IOException;
5150
import java.nio.channels.FileChannel;
@@ -632,7 +631,7 @@ public void testShallowCopySnapshotForClosedIndexSuccessful() throws Exception {
632631

633632
@LockFeatureFlag(MERGED_SEGMENT_WARMER_EXPERIMENTAL_FLAG)
634633
@Override
635-
@Ignore
634+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/pull/18255")
636635
public void testMergedSegmentReplication() throws Exception {
637636
// TODO: wait for remote store to support merged segment warmer
638637
super.testMergedSegmentReplication();

0 commit comments

Comments
 (0)