olamy commented on a change in pull request #485: URL: https://github.com/apache/maven-surefire/pull/485#discussion_r823281871
########## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1787JUnit5IT.java ########## @@ -93,6 +93,18 @@ public void selectJUnit5() "Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider" ); } + @Test + public void selectJUnit5UsingConfiguredProvider() + { + unpack( "junit-4-5" ) + .activateProfile( "select-junit5-using-configured-provider" ) + .executeTest() + .verifyErrorFree( 1 ) + .verifyTextInLog( "Running pkg.JUnit5Test" ) + .verifyTextInLog( + "Using configured provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider" ); + } + Review comment: yes this is failing for me locally. interesting it does not fail for gh action usign 18-ea. weird -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org