File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
server/src/test/java/org/opensearch/index/shard Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4545import org .opensearch .test .junit .annotations .TestLogging ;
4646import org .hamcrest .MatcherAssert ;
4747import org .junit .Assert ;
48- import org .junit .Ignore ;
4948
5049import java .io .IOException ;
5150import 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 ();
You can’t perform that action at this time.
0 commit comments