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


The following commit(s) were added to refs/heads/main by this push:
     new 6c2cec86555 IGNITE-26136 Disable 
ItCmgDisasterRecoveryTest#repairWorksWhenCmgMajorityIsOnline (#6372)
6c2cec86555 is described below

commit 6c2cec8655599a6ed3891ca581a6a5eb3a0ea842
Author: Mikhail Efremov <[email protected]>
AuthorDate: Wed Aug 6 21:47:16 2025 +0600

    IGNITE-26136 Disable 
ItCmgDisasterRecoveryTest#repairWorksWhenCmgMajorityIsOnline (#6372)
---
 .../ignite/internal/disaster/system/ItCmgDisasterRecoveryTest.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/system-disaster-recovery/src/integrationTest/java/org/apache/ignite/internal/disaster/system/ItCmgDisasterRecoveryTest.java
 
b/modules/system-disaster-recovery/src/integrationTest/java/org/apache/ignite/internal/disaster/system/ItCmgDisasterRecoveryTest.java
index cddbe78398d..3fa4b0f13cc 100644
--- 
a/modules/system-disaster-recovery/src/integrationTest/java/org/apache/ignite/internal/disaster/system/ItCmgDisasterRecoveryTest.java
+++ 
b/modules/system-disaster-recovery/src/integrationTest/java/org/apache/ignite/internal/disaster/system/ItCmgDisasterRecoveryTest.java
@@ -42,6 +42,7 @@ import 
org.apache.ignite.internal.cluster.management.ClusterState;
 import 
org.apache.ignite.internal.cluster.management.topology.api.LogicalTopologySnapshot;
 import org.apache.ignite.internal.hlc.HybridTimestamp;
 import org.apache.ignite.table.KeyValueView;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 class ItCmgDisasterRecoveryTest extends ItSystemGroupDisasterRecoveryTest {
@@ -342,6 +343,7 @@ class ItCmgDisasterRecoveryTest extends 
ItSystemGroupDisasterRecoveryTest {
     }
 
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-26144";)
     void repairWorksWhenCmgMajorityIsOnline() throws Exception {
         startAndInitCluster(3, new int[]{0, 1, 2}, new int[]{1});
         waitTillClusterStateIsSavedToVaultOnConductor(1);

Reply via email to