Skip to content

Commit 9f6b5ec

Browse files
committed
RATIS-2322. Fix Junit Test Error.
1 parent a582b00 commit 9f6b5ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ratis-test/src/test/java/org/apache/ratis/grpc/TestInstallSnapshotNotificationWithGrpc.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
package org.apache.ratis.grpc;
1919

2020
import org.apache.ratis.InstallSnapshotNotificationTests;
21+
import org.apache.ratis.test.tag.Flaky;
2122

23+
@Flaky("RATIS-2322")
2224
public class TestInstallSnapshotNotificationWithGrpc
2325
extends InstallSnapshotNotificationTests<MiniRaftClusterWithGrpc>
2426
implements MiniRaftClusterWithGrpc.FactoryGet {

0 commit comments

Comments
 (0)