You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/08/23 19:50:54 UTC

svn commit: r1805950 - /sling/trunk/testing/junit/rules/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java

Author: rombert
Date: Wed Aug 23 19:50:54 2017
New Revision: 1805950

URL: http://svn.apache.org/viewvc?rev=1805950&view=rev
Log:
SLING-5803 - FilterRuleExcludeCategoryIgnoreIfTest fails on Jenkins

Un-ignore test on the assumption that moving to smaller jobs would
fix it on Jenkins.

Modified:
    sling/trunk/testing/junit/rules/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java

Modified: sling/trunk/testing/junit/rules/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/rules/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java?rev=1805950&r1=1805949&r2=1805950&view=diff
==============================================================================
--- sling/trunk/testing/junit/rules/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java (original)
+++ sling/trunk/testing/junit/rules/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java Wed Aug 23 19:50:54 2017
@@ -94,7 +94,6 @@ public class FilterRuleExcludeCategoryIg
      */
     @Test
     @Category(Issue.class)
-    @Ignore("SLING-5803")
     public void testExcludedCategoryExists() {
         Assume.assumeTrue(System.getProperty(FilterRule.CATEGORY_PROPERTY).equals("Issue,SlowRunningTest"));
         Assert.fail("Test should be Ignored");