File tree 1 file changed +3
-2
lines changed
log4j-core/src/test/java/org/apache/logging/log4j/core/filter
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
import org .apache .logging .log4j .test .appender .ListAppender ;
25
25
import org .junit .jupiter .api .AfterEach ;
26
26
import org .junit .jupiter .api .Assertions ;
27
- import org .junit .jupiter .api .Disabled ;
28
27
import org .junit .jupiter .api .Test ;
28
+ import org .junit .jupiter .api .condition .DisabledOnOs ;
29
+ import org .junit .jupiter .api .condition .OS ;
29
30
30
31
import java .io .File ;
31
32
import java .io .IOException ;
40
41
/**
41
42
* Unit test for simple App.
42
43
*/
43
- @ Disabled ( "https://issues.apache.org/jira/browse/LOG4J2-3512" )
44
+ @ DisabledOnOs ( value = OS . WINDOWS , disabledReason = "https://issues.apache.org/jira/browse/LOG4J2-3512" )
44
45
public class MutableThreadContextMapFilterTest implements MutableThreadContextMapFilter .FilterConfigUpdateListener {
45
46
46
47
static final String CONFIG = "log4j2-mutableFilter.xml" ;
You can’t perform that action at this time.
0 commit comments