Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-82 8d0c60688 -> 8a36ac0fd


# IGNITE-56 Enable GridCacheDeploymentSelfTest.testDeployment6()


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

Branch: refs/heads/ignite-82
Commit: fb583724681ebfebf8da56c736f44bc1d947533f
Parents: 7a35d38
Author: sevdokimov <sevdoki...@gridgain.com>
Authored: Tue Feb 10 21:05:13 2015 +0300
Committer: sevdokimov <sevdoki...@gridgain.com>
Committed: Tue Feb 10 21:05:13 2015 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/GridCacheDeploymentSelfTest.java    | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/fb583724/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheDeploymentSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheDeploymentSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheDeploymentSelfTest.java
index ab11e89..58c5626 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheDeploymentSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheDeploymentSelfTest.java
@@ -325,9 +325,6 @@ public class GridCacheDeploymentSelfTest extends 
GridCommonAbstractTest {
     /** @throws Exception If failed. */
     @SuppressWarnings("unchecked")
     public void testDeployment6() throws Exception {
-        if (true)
-            throw new RuntimeException("This test hangs");
-
         try {
             depMode = SHARED;
 

Reply via email to