This is an automated email from the ASF dual-hosted git repository.

sanpwc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new f3e9af8819 IGNITE-21457 Disable flaky ItNodeTest.testSetPeer2 test 
(#3168)
f3e9af8819 is described below

commit f3e9af88192f5aea41a3f6a8d4cac2c891141205
Author: Mirza Aliev <alievmi...@gmail.com>
AuthorDate: Tue Feb 6 19:22:53 2024 +0400

    IGNITE-21457 Disable flaky ItNodeTest.testSetPeer2 test (#3168)
---
 .../java/org/apache/ignite/raft/jraft/core/ItNodeTest.java              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java
 
b/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java
index 5afa356f4d..8c93a2753b 100644
--- 
a/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java
+++ 
b/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java
@@ -1770,7 +1770,7 @@ public class ItNodeTest extends BaseIgniteAbstractTest {
     }
 
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-21391";)
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-21457";)
     public void testSetPeer2() throws Exception {
         List<TestPeer> peers = TestUtils.generatePeers(testInfo, 3);
 

Reply via email to