Repository: ignite Updated Branches: refs/heads/ignite-1758 cb2125184 -> b2e87e950
ignite-1758 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b2e87e95 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b2e87e95 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b2e87e95 Branch: refs/heads/ignite-1758 Commit: b2e87e950afd3732472fecc40dc06397bb8c6d65 Parents: cb21251 Author: sboikov <[email protected]> Authored: Fri Oct 30 07:25:12 2015 +0300 Committer: sboikov <[email protected]> Committed: Fri Oct 30 07:25:12 2015 +0300 ---------------------------------------------------------------------- .../ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b2e87e95/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java index 242ff87..be6da49 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java @@ -208,7 +208,7 @@ public class TcpDiscoveryMultiThreadedTest extends GridCommonAbstractTest { /** * @throws Exception If any error occurs. */ - public void testMultiThreadedClientsServersRestart() throws Throwable { + public void _testMultiThreadedClientsServersRestart() throws Throwable { final AtomicBoolean done = new AtomicBoolean(); try {
