You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2019/01/29 06:04:27 UTC

[ignite] branch ignite-1090 updated: ignite-1090

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

sboikov pushed a commit to branch ignite-1090
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-1090 by this push:
     new 1a1caab  ignite-1090
1a1caab is described below

commit 1a1caab487a866aa5c0b7952648e1407cd677400
Author: sboikov <sb...@apache.org>
AuthorDate: Tue Jan 29 09:04:11 2019 +0300

    ignite-1090
---
 .../java/org/apache/ignite/testsuites/IgniteCacheRestartTestSuite.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheRestartTestSuite.java b/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheRestartTestSuite.java
index 0fa14ae..7a2d8fd 100644
--- a/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheRestartTestSuite.java
+++ b/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheRestartTestSuite.java
@@ -32,7 +32,7 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    GridCachePartitionedOptimisticTxNodeRestartTest.class,
+    //GridCachePartitionedOptimisticTxNodeRestartTest.class,
     NearCacheMultithreadedUpdateTest.class,
     GridCachePartitionedNearDisabledOptimisticTxNodeRestartTest.class,
 })