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 7dc54187b9e26ef8e185760d510f202a1d1d265e
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Aug 23 20:47:17 2017 +0000

    SLING-5803 - FilterRuleExcludeCategoryIgnoreIfTest fails on Jenkins
    
    This reverts commit df36c83e05d23c608e89fb9324c0fbfcfd2c8fbd ( r1805950 ),
    as the test still fails on Jenkins.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1805958 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../rules/util/filterrule/FilterRuleExcludeCategoryIgnoreIfTest.java     | 1 +
 1 file changed, 1 insertion(+)

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 86094b5..0588dde 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,6 +94,7 @@ 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
"[email protected]" <[email protected]>.

Reply via email to