Muted test
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c122dcbd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c122dcbd Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c122dcbd Branch: refs/heads/ignite-1770 Commit: c122dcbda44a72b3899155d0c050eab6f43e473c Parents: 9fb7962 Author: ashutak <[email protected]> Authored: Wed Oct 28 18:24:39 2015 +0300 Committer: ashutak <[email protected]> Committed: Wed Oct 28 18:24:39 2015 +0300 ---------------------------------------------------------------------- .../GridCachePartitionedQueueCreateMultiNodeSelfTest.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c122dcbd/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java index 2146fc1..5a722db 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java @@ -36,6 +36,7 @@ import org.apache.ignite.testframework.GridTestUtils; import org.apache.ignite.transactions.Transaction; import static java.util.concurrent.TimeUnit.MILLISECONDS; + import static org.apache.ignite.cache.CacheAtomicityMode.TRANSACTIONAL; import static org.apache.ignite.cache.CacheMemoryMode.ONHEAP_TIERED; import static org.apache.ignite.cache.CacheMode.PARTITIONED; @@ -168,6 +169,8 @@ public class GridCachePartitionedQueueCreateMultiNodeSelfTest extends IgniteColl * @throws Exception If failed. */ public void testTx() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1804"); + if (cacheConfiguration().getAtomicityMode() != TRANSACTIONAL) return; @@ -230,4 +233,4 @@ public class GridCachePartitionedQueueCreateMultiNodeSelfTest extends IgniteColl fut.get(); } -} \ No newline at end of file +}
