This is an automated email from the ASF dual-hosted git repository.
ibessonov 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 6d0cd921e5 IGNITE-18918: Disable
ItIgniteNodeRestartTest.testMetastorageStop (#1727)
6d0cd921e5 is described below
commit 6d0cd921e5b2bc8febb16b22b74542398cb3611f
Author: Ivan Gagarkin <[email protected]>
AuthorDate: Tue Feb 28 18:51:39 2023 +0400
IGNITE-18918: Disable ItIgniteNodeRestartTest.testMetastorageStop (#1727)
Co-authored-by: Ivan Gagarkin <[email protected]>
---
.../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 ed9c349a38..ce30dab1cd 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
@@ -899,6 +899,7 @@ public class ItIgniteNodeRestartTest extends
IgniteAbstractTest {
* metastorage group starts again.
*/
@Test
+ @Disabled(value = "https://issues.apache.org/jira/browse/IGNITE-18919")
@WithSystemProperty(key = CONFIGURATION_CATCH_UP_DIFFERENCE_PROPERTY,
value = "0")
public void testMetastorageStop() throws InterruptedException {
int cfgGap = 4;