Skip to content

Commit 0f29b52

Browse files
authored
Mute RemoteMigration flaky test (#15795)
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
1 parent 89915b6 commit 0f29b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/remotemigration/RemoteStoreMigrationSettingsUpdateIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public void testNewIndexIsRemoteStoreBackedForRemoteStoreDirectionAndMixedMode()
6868
assertRemoteStoreBackedIndex(indexName2);
6969
}
7070

71+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/15793")
7172
public void testNewRestoredIndexIsRemoteStoreBackedForRemoteStoreDirectionAndMixedMode() throws Exception {
7273
logger.info("Initialize cluster: gives non remote cluster manager");
7374
initializeCluster(false);

0 commit comments

Comments
 (0)