Github user Tibor17 commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/168#discussion_r151860070
--- Diff:
surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Java9FullApiIT.java
---
@@ -78,12 +83,13 @@ public void
shouldLoadMultipleJavaModules_ToolchainsXML() throws IOException
.addGoal( "--toolchains" )
.addGoal( System.getProperty(
"maven.toolchains.file" ) )
.execute( "verify" )
- .verifyErrorFree( 2 );
+ .verifyErrorFree( 1 );
--- End diff --
Why it has changed from 2 to 1?
There was two tests?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]