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 40f90f8dd1 IGNITE-23253 Disable ItReplicaLifecycleTest (#4436)
40f90f8dd1 is described below

commit 40f90f8dd10c71a2a5b724c9704c09ab0fb27c60
Author: Alexander Lapin <[email protected]>
AuthorDate: Mon Sep 23 19:41:27 2024 +0300

    IGNITE-23253 Disable ItReplicaLifecycleTest (#4436)
---
 .../ignite/internal/partition/replicator/ItReplicaLifecycleTest.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItReplicaLifecycleTest.java
 
b/modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItReplicaLifecycleTest.java
index 5b9cb27114..6b96941f7b 100644
--- 
a/modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItReplicaLifecycleTest.java
+++ 
b/modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItReplicaLifecycleTest.java
@@ -218,6 +218,7 @@ import org.junit.jupiter.api.extension.ExtendWith;
 @ExtendWith({WorkDirectoryExtension.class, ConfigurationExtension.class})
 @Timeout(60)
 // TODO: https://issues.apache.org/jira/browse/IGNITE-22522 remove this test 
after the switching to zone-based replication
+@Disabled("https://issues.apache.org/jira/browse/IGNITE-23252";)
 public class ItReplicaLifecycleTest extends BaseIgniteAbstractTest {
     private static final IgniteLogger LOG = 
Loggers.forClass(ItReplicaLifecycleTest.class);
 

Reply via email to