jvz opened a new issue, #2022: URL: https://github.com/apache/logging-log4j2/issues/2022
## Description There are numerous tests that abuse static state, system properties, and implicit startup ordering, and I've had to disable them for now as my attempts at porting them to use appropriate test extension functionality is not working with the way these tests were written. Most of them are in log4j-1.2-api: * `AutoConfigTest` * `CategoryTest` * `LoggerTest` * `MapRewriteAppenderTest` * `PropertiesRollingWithPropertiesTest` * `RewriteAppenderTest` * `XmlConfigurationTest` * `XmlRollingWithPropertiesTest` In log4j-core, I also had to disable the following: * `Log4jLogEventNanoTimeTest` * `ThreadContextDataInjectorTest` I'm documenting these all here so that they are not forgotten. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
