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

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

commit 712112cdf26cd0ad06297c37ab9935e604b9f7c2
Author: Kirill Tkalenko <[email protected]>
AuthorDate: Fri Dec 5 14:21:37 2025 +0300

    IGNITE-21457 wip
---
 .../java/org/apache/ignite/raft/jraft/core/ItNodeTest.java               | 1 -
 1 file changed, 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 4c39b671853..206e651427e 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
@@ -2019,7 +2019,6 @@ public class ItNodeTest extends BaseIgniteAbstractTest {
     }
 
     @Test
-    @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