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 ba014437fd IGNITE-21391 Disable flaky ItNodeTest.testSetPeer2 test 
(#3166)
ba014437fd is described below

commit ba014437fd024c9a3e6ec831e9a7f2491e764eda
Author: Mirza Aliev <alievmi...@gmail.com>
AuthorDate: Tue Feb 6 19:12:57 2024 +0400

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

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 64ce0f0df2..5afa356f4d 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,6 +1770,7 @@ public class ItNodeTest extends BaseIgniteAbstractTest {
     }
 
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-21391";)
     public void testSetPeer2() throws Exception {
         List<TestPeer> peers = TestUtils.generatePeers(testInfo, 3);
 

Reply via email to