Skip to content

Commit 03d45d5

Browse files
Mute RemoteMigration flaky test (#15795) (#15800)
(cherry picked from commit 0f29b52) Signed-off-by: Lakshya Taragi <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7712bea commit 03d45d5

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
@@ -67,6 +67,7 @@ public void testNewIndexIsRemoteStoreBackedForRemoteStoreDirectionAndMixedMode()
6767
assertRemoteStoreBackedIndex(indexName2);
6868
}
6969

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

0 commit comments

Comments
 (0)