Skip to content

Commit

Permalink
ACS-2242 Disable Intermittent failure: EncryptionTests.testFailedEncr…
Browse files Browse the repository at this point in the history
…yptionWithCachedCiphers [skip ci]

(cherry picked from commit 38a5664)
  • Loading branch information
alandavis authored and evasques committed Oct 3, 2023
1 parent 817e449 commit 9e19fb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,7 +59,7 @@
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;

Expand Down Expand Up @@ -338,7 +338,7 @@ public void testChangeKeysCachedCiphers() throws Throwable
testChangeKeysImpl(true);
}

@Category(IntermittentlyFailingTests.class) // ACS-959
@Category(FrequentlyFailingTests.class) // ACS-2242
public void testFailedEncryptionWithCachedCiphers() throws Throwable
{
Pair<byte[], AlgorithmParameters> pair = null;
Expand Down

0 comments on commit 9e19fb8

Please sign in to comment.