mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-2242 Disable Intermittent failure: EncryptionTests.testFailedEncryptionWithCachedCiphers [skip ci]
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Repository
|
* Alfresco Repository
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Copyright (C) 2005 - 2021 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* 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.service.transaction.TransactionService;
|
||||||
import org.alfresco.util.ApplicationContextHelper;
|
import org.alfresco.util.ApplicationContextHelper;
|
||||||
import org.alfresco.util.Pair;
|
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.junit.experimental.categories.Category;
|
||||||
import org.springframework.context.ApplicationContext;
|
import org.springframework.context.ApplicationContext;
|
||||||
|
|
||||||
@@ -338,7 +338,7 @@ public class EncryptionTests extends TestCase
|
|||||||
testChangeKeysImpl(true);
|
testChangeKeysImpl(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Category(IntermittentlyFailingTests.class) // ACS-959
|
@Category(FrequentlyFailingTests.class) // ACS-2242
|
||||||
public void testFailedEncryptionWithCachedCiphers() throws Throwable
|
public void testFailedEncryptionWithCachedCiphers() throws Throwable
|
||||||
{
|
{
|
||||||
Pair<byte[], AlgorithmParameters> pair = null;
|
Pair<byte[], AlgorithmParameters> pair = null;
|
||||||
|
Reference in New Issue
Block a user