# ignite-sprint-3 disabled failing test
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9b21a976 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9b21a976 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9b21a976 Branch: refs/heads/ignite-718 Commit: 9b21a9763802db62d781d1469678a3f8d596ebeb Parents: d333feb Author: sboikov <semen.boi...@inria.fr> Authored: Sat Apr 11 12:36:43 2015 +0300 Committer: sboikov <semen.boi...@inria.fr> Committed: Sat Apr 11 12:36:43 2015 +0300 ---------------------------------------------------------------------- .../apache/ignite/internal/client/ClientReconnectionSelfTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9b21a976/modules/clients/src/test/java/org/apache/ignite/internal/client/ClientReconnectionSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/clients/src/test/java/org/apache/ignite/internal/client/ClientReconnectionSelfTest.java b/modules/clients/src/test/java/org/apache/ignite/internal/client/ClientReconnectionSelfTest.java index fc781aa..d1c764e 100644 --- a/modules/clients/src/test/java/org/apache/ignite/internal/client/ClientReconnectionSelfTest.java +++ b/modules/clients/src/test/java/org/apache/ignite/internal/client/ClientReconnectionSelfTest.java @@ -183,6 +183,8 @@ public class ClientReconnectionSelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testIdleConnection() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-590"); + int srvsCnt = 4; // TODO: IGNITE-590 it may be wrong value. Need to investigate after IGNITE-590 will be fixed. for (int i = 0; i < srvsCnt; i++)