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 a221e84d9fc IGNITE-26919 Mute
ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest.testRestartTablePartitionsWithCleanupAllPartitions
(#6890)
a221e84d9fc is described below
commit a221e84d9fc77e548cf373c67b78eda0a7dc7429
Author: Alexander Lapin <[email protected]>
AuthorDate: Tue Nov 4 09:44:39 2025 +0200
IGNITE-26919 Mute
ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest.testRestartTablePartitionsWithCleanupAllPartitions
(#6890)
---
.../ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest.java
b/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest.java
index e5cf582a8f3..1351fad0bf4 100644
---
a/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest.java
+++
b/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest.java
@@ -46,6 +46,7 @@ import
org.apache.ignite.internal.ClusterPerClassIntegrationTest;
import org.apache.ignite.internal.rest.api.recovery.RestartPartitionsRequest;
import
org.apache.ignite.internal.rest.api.recovery.RestartZonePartitionsRequest;
import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIf;
@@ -211,6 +212,7 @@ public class
ItDisasterRecoveryControllerRestartPartitionsWithCleanupTest extend
}
@Test
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-26919")
public void testRestartTablePartitionsWithCleanupAllPartitions() throws
InterruptedException {
awaitPartitionsToBeHealthy(FIRST_ZONE, Set.of());