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 021501f3674 IGNITE-26697 Mute
ItDisasterRecoveryControllerRestartPartitionsTest.testRestartAllPartitions
(#6763)
021501f3674 is described below
commit 021501f367456b2dd8f062e4439ce0b4ca3a9dbc
Author: Alexander Lapin <[email protected]>
AuthorDate: Tue Oct 14 12:55:00 2025 +0300
IGNITE-26697 Mute
ItDisasterRecoveryControllerRestartPartitionsTest.testRestartAllPartitions
(#6763)
---
.../recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java
b/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java
index e9666a0ab03..e4d4e21b9c7 100644
---
a/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.java
+++
b/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/recovery/ItDisasterRecoveryControllerRestartPartitionsTest.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;
@@ -150,6 +151,7 @@ public class
ItDisasterRecoveryControllerRestartPartitionsTest extends ClusterPe
}
@Test
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-26377")
public void testRestartAllPartitions() {
MutableHttpRequest<?> post = restartPartitionsRequest(Set.of(),
FIRST_ZONE, QUALIFIED_TABLE_NAME, Set.of());