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 0eb83e183f IGNITE-19138 Disable ItDeployUndeployCallsTest (#1850)
0eb83e183f is described below
commit 0eb83e183fe363f9013b9a313df733d1b52a8401
Author: Mikhail <[email protected]>
AuthorDate: Tue Mar 28 15:01:34 2023 +0300
IGNITE-19138 Disable ItDeployUndeployCallsTest (#1850)
---
.../apache/ignite/internal/cli/call/unit/ItDeployUndeployCallsTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/call/unit/ItDeployUndeployCallsTest.java
b/modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/call/unit/ItDeployUndeployCallsTest.java
index c6873ee74d..3178f05a38 100644
---
a/modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/call/unit/ItDeployUndeployCallsTest.java
+++
b/modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/call/unit/ItDeployUndeployCallsTest.java
@@ -33,10 +33,12 @@ import
org.apache.ignite.internal.cli.core.exception.UnitAlreadyExistsException;
import org.apache.ignite.internal.cli.core.exception.UnitNotFoundException;
import org.apache.ignite.internal.cli.core.style.component.MessageUiComponent;
import org.apache.ignite.internal.cli.core.style.element.UiElements;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
/** Integration test for the deployment lifecycle: deploy, list, check status,
undeploy. */
+@Disabled("IGNITE-19139")
public class ItDeployUndeployCallsTest extends
CallInitializedIntegrationTestBase {
@Inject