Skip to content

Commit a07aac8

Browse files
[Mute] flaky RemoteStoreRefreshListenerTests (opensearch-project#8626)
* Mute Flaky RemoteStoreRefreshListenerTests. Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> * Apply Spotless Check. Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> --------- Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
1 parent 5f98d67 commit a07aac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import org.apache.lucene.store.Directory;
1414
import org.apache.lucene.store.FilterDirectory;
1515
import org.apache.lucene.tests.store.BaseDirectoryWrapper;
16+
import org.apache.lucene.tests.util.LuceneTestCase;
1617
import org.junit.After;
1718
import org.opensearch.action.ActionListener;
1819
import org.opensearch.cluster.metadata.IndexMetadata;
@@ -47,6 +48,7 @@
4748
import static org.mockito.Mockito.when;
4849
import static org.opensearch.cluster.metadata.IndexMetadata.SETTING_REPLICATION_TYPE;
4950

51+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8549")
5052
public class RemoteStoreRefreshListenerTests extends IndexShardTestCase {
5153
private IndexShard indexShard;
5254
private ClusterService clusterService;

0 commit comments

Comments
 (0)