You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2021/08/16 12:27:08 UTC

[ignite-3] 02/02: IGNITE-15312 Muted ITNodeTest.testPreVote

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

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

commit da4d47fa4fb0e6a120eca9eb9479f66a957a48d0
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Mon Aug 16 14:47:21 2021 +0300

    IGNITE-15312 Muted ITNodeTest.testPreVote
---
 .../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 2301939..dbc93c5 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
@@ -1731,6 +1731,7 @@ public class ITNodeTest {
     }
 
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-15312")
     public void testPreVote() throws Exception {
         List<PeerId> peers = TestUtils.generatePeers(3);