Functionality of muted test is debated now
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d9ed07c6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d9ed07c6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d9ed07c6 Branch: refs/heads/ignite-5578 Commit: d9ed07c67e4a4ff3a9de543cbe039ac2a48f03a0 Parents: 18bdfe9 Author: Sergey Chugunov <[email protected]> Authored: Thu Jul 13 17:32:06 2017 +0300 Committer: Sergey Chugunov <[email protected]> Committed: Thu Jul 13 17:32:06 2017 +0300 ---------------------------------------------------------------------- .../internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/d9ed07c6/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java index a348ea5..5f11088 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java @@ -66,6 +66,8 @@ public class IgniteUpdateNotifierPerClusterSettingSelfTest extends GridCommonAbs * @throws Exception If failed. */ public void testNotifierEnabledForCluster() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5413"); + checkNotifierStatusForCluster(true); }
