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 88dd7e0c6c IGNITE-20709 Disable 
ItIgniteNodeRestartTest#nodeWithDataTest (#2771)
88dd7e0c6c is described below

commit 88dd7e0c6cbfcddc07686d520d81e4b67dec87df
Author: Alexander Lapin <[email protected]>
AuthorDate: Tue Oct 31 15:29:47 2023 +0200

    IGNITE-20709 Disable ItIgniteNodeRestartTest#nodeWithDataTest (#2771)
---
 .../org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
index 154f0ca57a..732ae9fc07 100644
--- 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
+++ 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
@@ -767,6 +767,7 @@ public class ItIgniteNodeRestartTest extends 
BaseIgniteRestartTest {
      * Restarts the node which stores some data.
      */
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-20709";)
     public void nodeWithDataTest() {
         IgniteImpl ignite = startNode(0);
 

Reply via email to