ignite-5511 enable test
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7e3e2fbe Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7e3e2fbe Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7e3e2fbe Branch: refs/heads/ignite-5267-1 Commit: 7e3e2fbec1a9c3045e890d9cc1cee761b3cc9de3 Parents: 32ff166 Author: sboikov <[email protected]> Authored: Fri Jun 16 09:10:29 2017 +0300 Committer: sboikov <[email protected]> Committed: Fri Jun 16 09:10:29 2017 +0300 ---------------------------------------------------------------------- .../cache/IgniteDynamicClientCacheStartSelfTest.java | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7e3e2fbe/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java index 6af8a96..0cb0856 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java @@ -241,8 +241,6 @@ public class IgniteDynamicClientCacheStartSelfTest extends GridCommonAbstractTes * @throws Exception If failed. */ public void testCreateCloseClientCache1() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-5511"); - Ignite ignite0 = startGrid(0); client = true; @@ -268,8 +266,6 @@ public class IgniteDynamicClientCacheStartSelfTest extends GridCommonAbstractTes * @throws Exception If failed. */ public void testCreateCloseClientCache2_1() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-5511"); - createCloseClientCache2(false); } @@ -277,8 +273,6 @@ public class IgniteDynamicClientCacheStartSelfTest extends GridCommonAbstractTes * @throws Exception If failed. */ public void testCreateCloseClientCache2_2() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-5511"); - createCloseClientCache2(true); }
