Repository: ignite
Updated Branches:
  refs/heads/ignite-1794 b709ddf38 -> 424ef28dc


ignite-3477-master mute test


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

Branch: refs/heads/ignite-1794
Commit: c824b35293a9e131aec4848323bca94acbc7c2da
Parents: abe7118
Author: Dmitriy Govorukhin <[email protected]>
Authored: Fri Apr 7 15:44:54 2017 +0300
Committer: Dmitriy Govorukhin <[email protected]>
Committed: Fri Apr 7 15:44:54 2017 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/ClusterStateAbstractTest.java     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c824b352/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/ClusterStateAbstractTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/ClusterStateAbstractTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/ClusterStateAbstractTest.java
index 731d3a6..f095e79 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/ClusterStateAbstractTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/ClusterStateAbstractTest.java
@@ -280,8 +280,7 @@ public abstract class ClusterStateAbstractTest extends 
GridCommonAbstractTest {
      * @throws Exception If fails.
      */
     public void testDeactivationWithPendingLock() throws Exception {
-        //TODO GG-11851
-        fail();
+        fail("https://issues.apache.org/jira/browse/IGNITE-4931";);
 
         startGrids(GRID_CNT);
 
@@ -338,7 +337,7 @@ public abstract class ClusterStateAbstractTest extends 
GridCommonAbstractTest {
      * @throws Exception If fails.
      */
     public void testDeactivationWithPendingTransaction() throws Exception {
-        fail("Safe way for deactivate cluster must be implemented.");
+        fail("https://issues.apache.org/jira/browse/IGNITE-4931";);
 
         startGrids(GRID_CNT);
 

Reply via email to