Disabled hanging test (IGNITE-647).

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/303def35
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/303def35
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/303def35

Branch: refs/heads/ignite-1753-1282
Commit: 303def3595bce137d80c5859bf4615eece69433a
Parents: 215b0cd
Author: sboikov <sboi...@gridgain.com>
Authored: Thu Oct 29 09:24:07 2015 +0300
Committer: sboikov <sboi...@gridgain.com>
Committed: Thu Oct 29 09:24:07 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/CrossCacheTxRandomOperationsTest.java         | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/303def35/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
index 2577d93..d88f12f 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
@@ -126,6 +126,8 @@ public class CrossCacheTxRandomOperationsTest extends 
GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     public void testCrossCacheTxOperationsFairAffinity() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-647";);
+
         txOperations(PARTITIONED, FULL_SYNC, true, true);
     }
 

Reply via email to