ACS-2242 Disable Intermittent failure: EncryptionTests.testFailedEncryptionWithCachedCiphers [skip ci]

This commit is contained in:
alandavis
2021-11-11 11:54:32 +00:00
parent c8b0a6dbd0
commit 38a5664cf3

View File

@@ -2,7 +2,7 @@
* #%L
* Alfresco Repository
* %%
* Copyright (C) 2005 - 2020 Alfresco Software Limited
* Copyright (C) 2005 - 2021 Alfresco Software Limited
* %%
* This file is part of the Alfresco software.
* If the software was purchased under a paid Alfresco license, the terms of
@@ -59,7 +59,7 @@ import org.alfresco.service.namespace.QName;
import org.alfresco.service.transaction.TransactionService;
import org.alfresco.util.ApplicationContextHelper;
import org.alfresco.util.Pair;
import org.alfresco.util.testing.category.IntermittentlyFailingTests;
import org.alfresco.util.testing.category.FrequentlyFailingTests;
import org.junit.experimental.categories.Category;
import org.springframework.context.ApplicationContext;
@@ -338,7 +338,7 @@ public class EncryptionTests extends TestCase
testChangeKeysImpl(true);
}
@Category(IntermittentlyFailingTests.class) // ACS-959
@Category(FrequentlyFailingTests.class) // ACS-2242
public void testFailedEncryptionWithCachedCiphers() throws Throwable
{
Pair<byte[], AlgorithmParameters> pair = null;