This is an automated email from the ASF dual-hosted git repository.

apkhmv 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 c0e6d5e23a Enable initCluster (#1957)
c0e6d5e23a is described below

commit c0e6d5e23ab6d26bda4c588ffd5ce4398f7a5226
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Wed Apr 19 19:16:15 2023 +0300

    Enable initCluster (#1957)
---
 .../java/org/apache/ignite/internal/rest/ItGeneratedRestClientTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/cli/src/integrationTest/java/org/apache/ignite/internal/rest/ItGeneratedRestClientTest.java
 
b/modules/cli/src/integrationTest/java/org/apache/ignite/internal/rest/ItGeneratedRestClientTest.java
index 676ee2ba57..ec9a4bb4a9 100644
--- 
a/modules/cli/src/integrationTest/java/org/apache/ignite/internal/rest/ItGeneratedRestClientTest.java
+++ 
b/modules/cli/src/integrationTest/java/org/apache/ignite/internal/rest/ItGeneratedRestClientTest.java
@@ -74,7 +74,6 @@ import org.apache.ignite.rest.client.model.Problem;
 import org.apache.ignite.rest.client.model.UnitStatus;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInfo;
 import org.junit.jupiter.api.TestInstance;
@@ -287,7 +286,6 @@ public class ItGeneratedRestClientTest {
     }
 
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-19235";)
     void initCluster() {
         assertDoesNotThrow(() -> {
             // in fact, this is the second init that means nothing but just 
testing that the second init does not throw and exception

Reply via email to