MartinKanters commented on a change in pull request #87: URL: https://github.com/apache/maven-integration-testing/pull/87#discussion_r565122073
########## File path: core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java ########## @@ -106,6 +106,10 @@ public static Test suite() // Tests that don't run stable and need to be fixed // ------------------------------------------------------------------------------------------------------------- // suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3137 + suite.addTestSuite( MavenITmng4106InterpolationUsesDominantProfile400Test.class ); Review comment: The original tests fail starting with the introduced optional behavior in Maven 4, that's why we copied the original testcase and slightly adjusted them (and appended 400 to the class name, meaning version 4.0.0). We have done this as well for the MavenITmng4262MakeLikeReactorDottedPathTest testcase in another feature on @rfscholte's advice. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org