IGNITE-5968 mute tests Signed-off-by: Dmitriy Govorukhin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/46ff2683 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/46ff2683 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/46ff2683 Branch: refs/heads/ignite-10044 Commit: 46ff2683a56f0f5c828cd57fc8f991b4becab3ef Parents: 40f47b4 Author: Dmitriy Govorukhin <[email protected]> Authored: Wed Dec 5 12:34:39 2018 +0300 Committer: Dmitriy Govorukhin <[email protected]> Committed: Wed Dec 5 12:34:39 2018 +0300 ---------------------------------------------------------------------- .../distributed/GridCachePartitionNotLoadedEventSelfTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/46ff2683/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java index f5695ca..4091b73 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java @@ -107,6 +107,8 @@ public class GridCachePartitionNotLoadedEventSelfTest extends GridCommonAbstract * @throws Exception If failed. */ public void testPrimaryAndBackupDead() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5968"); + backupCnt = 1; startGridsMultiThreaded(4);
