You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2022/09/27 18:01:42 UTC

[ignite-3] branch main updated: IGNITE-17770 Muted ItIgniteNodeRestartTest.testCfgGap

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 ba7369613c IGNITE-17770 Muted ItIgniteNodeRestartTest.testCfgGap
ba7369613c is described below

commit ba7369613c6871523a75f35137be36b9cf089a20
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Tue Sep 27 21:01:03 2022 +0300

    IGNITE-17770 Muted ItIgniteNodeRestartTest.testCfgGap
---
 .../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 23e2702cd3..1df8858652 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
@@ -948,6 +948,7 @@ public class ItIgniteNodeRestartTest extends IgniteAbstractTest {
      * @param testInfo Test info.
      */
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-17770")
     public void testCfgGap(TestInfo testInfo) {
         final int nodes = 4;