You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/05/21 09:53:20 UTC

[21/28] incubator-ignite git commit: # IGNITE-709 Remove incorrect test from suite.

# IGNITE-709 Remove incorrect test from suite.


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

Branch: refs/heads/ignite-23
Commit: b20bd02c5bf1f7a665ac992be5d008ea8b93e33a
Parents: 2c21999
Author: sevdokimov <se...@gridgain.com>
Authored: Wed May 20 18:06:48 2015 +0300
Committer: sevdokimov <se...@gridgain.com>
Committed: Wed May 20 18:06:48 2015 +0300

----------------------------------------------------------------------
 .../apache/ignite/testsuites/IgniteSpiDiscoverySelfTestSuite.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b20bd02c/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiDiscoverySelfTestSuite.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiDiscoverySelfTestSuite.java b/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiDiscoverySelfTestSuite.java
index ec5ebc3..8bf8dbc 100644
--- a/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiDiscoverySelfTestSuite.java
+++ b/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteSpiDiscoverySelfTestSuite.java
@@ -55,8 +55,6 @@ public class IgniteSpiDiscoverySelfTestSuite extends TestSuite {
         suite.addTest(new TestSuite(TcpClientDiscoverySpiConfigSelfTest.class));
         suite.addTest(new TestSuite(TcpClientDiscoveryMarshallerCheckSelfTest.class));
 
-        suite.addTest(new TestSuite(TcpDiscoveryConcurrentStartTest.class));
-
         return suite;
     }
 }