Skip to content

Commit 6f45a74

Browse files
authored
Mute flaky test testRemotePublicationDisabledByRollingRestart (opensearch-project#15772)
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
1 parent 3fdbd8b commit 6f45a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/gateway/remote/RemoteStatePublicationIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ public void testRemotePublicationDownloadStats() {
231231
assertDataNodeDownloadStats(nodesStatsResponseDataNode);
232232
}
233233

234+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/15767")
234235
public void testRemotePublicationDisabledByRollingRestart() throws Exception {
235236
prepareCluster(3, 2, INDEX_NAME, 1, 2);
236237
ensureStableCluster(5);

0 commit comments

Comments
 (0)