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 7bf0e4a393 IGNITE-18737 ItIgniteNodeRestartTest disabled (#1646)
7bf0e4a393 is described below
commit 7bf0e4a3934173cea9cd0cf32837fda473dbe802
Author: Mirza Aliev <[email protected]>
AuthorDate: Tue Feb 7 15:54:58 2023 +0400
IGNITE-18737 ItIgniteNodeRestartTest disabled (#1646)
---
.../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 c6a360b525..fe1730e0ae 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
@@ -126,6 +126,7 @@ import org.junit.jupiter.api.extension.ExtendWith;
*/
@WithSystemProperty(key = CONFIGURATION_CATCH_UP_DIFFERENCE_PROPERTY, value =
"0")
@ExtendWith(ConfigurationExtension.class)
+@Disabled("https://issues.apache.org/jira/browse/IGNITE-18737")
public class ItIgniteNodeRestartTest extends IgniteAbstractTest {
/** Default node port. */
private static final int DEFAULT_NODE_PORT = 3344;