Repository: ignite Updated Branches: refs/heads/master 27b88d2b4 -> abd94fd5d
Unmute EncryptedCacheCreateTest.testCreateEncryptedNotPersistedCacheFail - Fixes #5543. Signed-off-by: Nikolay Izhikov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/abd94fd5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/abd94fd5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/abd94fd5 Branch: refs/heads/master Commit: abd94fd5db3b7f349fc81af8074b2e777f4c5053 Parents: 27b88d2 Author: d.garus <[email protected]> Authored: Sat Dec 1 11:41:07 2018 +0300 Committer: Nikolay Izhikov <[email protected]> Committed: Sat Dec 1 11:41:07 2018 +0300 ---------------------------------------------------------------------- .../ignite/internal/encryption/EncryptedCacheCreateTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/abd94fd5/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheCreateTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheCreateTest.java b/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheCreateTest.java index 47d8d8f..d9958e4 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheCreateTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheCreateTest.java @@ -96,8 +96,6 @@ public class EncryptedCacheCreateTest extends AbstractEncryptionTest { /** @throws Exception If failed. */ public void testCreateEncryptedNotPersistedCacheFail() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-8640"); - GridTestUtils.assertThrowsWithCause(() -> { CacheConfiguration<Long, String> ccfg = new CacheConfiguration<>(NO_PERSISTENCE_REGION);
