Muted hanging test. Signed-off-by: Andrey Gura <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/86cfe113 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/86cfe113 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/86cfe113 Branch: refs/heads/master Commit: 86cfe11382782ad268461318ea5765a5c2965721 Parents: 678fb30 Author: Ilya Lantukh <[email protected]> Authored: Wed Aug 23 12:18:44 2017 +0300 Committer: Andrey Gura <[email protected]> Committed: Tue Aug 29 17:32:04 2017 +0300 ---------------------------------------------------------------------- .../GridCachePartitionEvictionDuringReadThroughSelfTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/86cfe113/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java index 5a9e86a..01316f6 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java @@ -84,6 +84,8 @@ public class GridCachePartitionEvictionDuringReadThroughSelfTest extends GridCom * @throws Exception if failed. */ public void testPartitionRent() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5759"); + startGrid(DATA_READ_GRID_IDX); final AtomicBoolean done = new AtomicBoolean();
