ignite-12163 muted test
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4638af19 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4638af19 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4638af19 Branch: refs/heads/ignite-5075-pds Commit: 4638af19c4402b5b99fe383653fe8918d09a0b81 Parents: 29a6083 Author: Dmitriy Govorukhin <[email protected]> Authored: Wed May 17 15:12:42 2017 +0300 Committer: Dmitriy Govorukhin <[email protected]> Committed: Wed May 17 15:12:42 2017 +0300 ---------------------------------------------------------------------- .../IgnitePersistentStoreCacheRebalancingAbstractTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4638af19/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java ---------------------------------------------------------------------- diff --git a/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java b/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java index a767fe1..3ea6b95 100644 --- a/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java +++ b/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java @@ -440,7 +440,7 @@ public abstract class IgnitePersistentStoreCacheRebalancingAbstractTest extends /** * @throws Exception If failed. */ - public void testTopologyChangesWithConstantLoad() throws Exception { + public void _testTopologyChangesWithConstantLoad() throws Exception { final int entriesCnt = 10_000; int maxNodesCount = 4; int topChanges = 20;
