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 be4f6a8877 IGNITE-19525 Muted
DeploymentManagementControllerTest.testDeploySuccessful test (#2088)
be4f6a8877 is described below
commit be4f6a8877b956d57e931b6b1ecdc38efec7058a
Author: Mikhail <[email protected]>
AuthorDate: Thu May 18 17:05:53 2023 +0300
IGNITE-19525 Muted DeploymentManagementControllerTest.testDeploySuccessful
test (#2088)
---
.../internal/rest/deployment/DeploymentManagementControllerTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/deployment/DeploymentManagementControllerTest.java
b/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/deployment/DeploymentManagementControllerTest.java
index 6086ae92ed..09023aed57 100644
---
a/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/deployment/DeploymentManagementControllerTest.java
+++
b/modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/deployment/DeploymentManagementControllerTest.java
@@ -54,6 +54,7 @@ import
org.apache.ignite.internal.rest.api.deployment.UnitStatus;
import org.apache.ignite.internal.testframework.IntegrationTestBase;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;
@@ -94,6 +95,7 @@ public class DeploymentManagementControllerTest extends
IntegrationTestBase {
}
@Test
+ @Disabled("IGNITE-19526")
public void testDeploySuccessful() {
String id = "testId";
String version = "1.1.1";