diff --git a/source/java/org/alfresco/repo/rule/RuleServiceIntegrationTest.java b/source/java/org/alfresco/repo/rule/RuleServiceIntegrationTest.java index 6a6223deb9..a62b3a7269 100644 --- a/source/java/org/alfresco/repo/rule/RuleServiceIntegrationTest.java +++ b/source/java/org/alfresco/repo/rule/RuleServiceIntegrationTest.java @@ -48,7 +48,6 @@ import org.alfresco.util.test.junitrules.TemporaryNodes; import org.junit.Before; import org.junit.BeforeClass; import org.junit.ClassRule; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.RuleChain; @@ -129,9 +128,11 @@ public class RuleServiceIntegrationTest - @Ignore("Failing test, reproducing bug described by ALF-14964. " + - "Queued Policies (TRANSACTION_COMMIT) are causing the " + - "Versionable aspect to be re-added after the rules have fired.") + /** + * Test that inherited rules with inverted actions behave correctly. + * Specifically that the VERSIONABLE aspect is correctly removed after + * being adding by an inherited parent rule. + */ @Test public void testInheritedInvertedRule() throws Exception { TRANSACTION_HELPER.doInTransaction(new RetryingTransactionCallback() @@ -180,10 +181,6 @@ public class RuleServiceIntegrationTest - @Test public void noOp() { /* Intentionally empty. */ } - - - /** * Adds content to a given node. *