Tests muted
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7573003f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7573003f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7573003f Branch: refs/heads/ignite-1093-3 Commit: 7573003f5471676ed4047c406fa741fad9279e24 Parents: 4010469 Author: agura <[email protected]> Authored: Thu Nov 5 03:52:47 2015 +0300 Committer: agura <[email protected]> Committed: Thu Nov 5 03:52:47 2015 +0300 ---------------------------------------------------------------------- .../near/GridCacheNearTxExceptionSelfTest.java | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7573003f/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java index 270af25..752b897 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java @@ -36,7 +36,18 @@ public class GridCacheNearTxExceptionSelfTest extends IgniteTxExceptionAbstractS fail("https://issues.apache.org/jira/browse/IGNITE-1601"); } + /** {@inheritDoc} */ @Override public void testRemoveBackup() throws Exception { fail("https://issues.apache.org/jira/browse/IGNITE-1839"); } + + /** {@inheritDoc} */ + @Override public void testPutBackup() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1839"); + } + + /** {@inheritDoc} */ + @Override public void testTransformNear() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1839"); + } } \ No newline at end of file
