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 5805049801 IGNITE-21400 Disable
ItDataSchemaSyncTest.checkSchemasCorrectlyRestore test (#3127)
5805049801 is described below
commit 58050498019efd70ab4cdd81bb73a222c0745661
Author: Alexander Lapin <[email protected]>
AuthorDate: Wed Jan 31 11:54:44 2024 +0200
IGNITE-21400 Disable ItDataSchemaSyncTest.checkSchemasCorrectlyRestore test
(#3127)
---
.../org/apache/ignite/internal/runner/app/ItDataSchemaSyncTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItDataSchemaSyncTest.java
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItDataSchemaSyncTest.java
index ad2f6afd21..61125417e9 100644
---
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItDataSchemaSyncTest.java
+++
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItDataSchemaSyncTest.java
@@ -52,6 +52,7 @@ import org.apache.ignite.table.Table;
import org.apache.ignite.table.Tuple;
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.extension.ExtendWith;
@@ -220,6 +221,7 @@ public class ItDataSchemaSyncTest extends
IgniteAbstractTest {
* Test correctness of schemes recovery after node restart.
*/
@Test
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-21400")
public void checkSchemasCorrectlyRestore() {
Ignite ignite1 = clusterNodes.get(1);