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/10/18 23:29:04 UTC

[sling-org-apache-sling-testing-rules] 24/26: SLING-5803 - FilterRuleExcludeCategoryIgnoreIfTest fails on Jenkins

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-rules.git

commit aba5fead9da3769e7aab57ac67fe9b1cee358031
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Aug 23 19:50:54 2017 +0000

    SLING-5803 - FilterRuleExcludeCategoryIgnoreIfTest fails on Jenkins
    
    Un-ignore test on the assumption that moving to smaller jobs would
    fix it on Jenkins.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1805950 13f79535-47bb-0310-9956-ffa450edef68
---
 .../rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java b/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java
index 0588dde..86094b5 100644
--- a/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java
+++ b/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java
@@ -94,7 +94,6 @@ public class FilterRuleExcludeCategoryIgnoreIfTest {
      */
     @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");

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.