Skip to content

Commit

Permalink
Try to stabilize JBoss Logging provider tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 15, 2022
1 parent 0754665 commit 55b5a32
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -122,6 +122,7 @@ void cleanUp() {
@Test
@ClassPathOverrides("org.jboss.logging:jboss-logging:3.5.0.Final")
void jbossLoggingRoutesThroughLog4j2ByDefault() {
System.getProperties().remove("org.jboss.logging.provider");
org.jboss.logging.Logger jbossLogger = org.jboss.logging.Logger.getLogger(getClass());
assertThat(jbossLogger.getClass().getName()).isEqualTo("org.jboss.logging.Log4j2Logger");
}
Expand Down

0 comments on commit 55b5a32

Please sign in to comment.