Tibor17 commented on a change in pull request #484: URL: https://github.com/apache/maven-surefire/pull/484#discussion_r820148465
########## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformEnginesIT.java ########## @@ -77,13 +77,14 @@ { ArrayList<Object[]> args = new ArrayList<>(); args.add( new Object[] {"1.0.3", "5.0.3", "1.0.0", "1.0.0"} ); - args.add( new Object[] {"1.1.1", "5.1.1", "1.0.0", "1.0.0"} ); - args.add( new Object[] {"1.2.0", "5.2.0", "1.1.0", "1.0.0"} ); + //args.add( new Object[] {"1.1.1", "5.1.1", "1.0.0", "1.0.0"} ); + //args.add( new Object[] {"1.2.0", "5.2.0", "1.1.0", "1.0.0"} ); args.add( new Object[] {"1.3.2", "5.3.2", "1.1.1", "1.0.0"} ); - args.add( new Object[] {"1.4.2", "5.4.2", "1.1.1", "1.0.0"} ); - args.add( new Object[] {"1.5.2", "5.5.2", "1.2.0", "1.1.0"} ); + //args.add( new Object[] {"1.4.2", "5.4.2", "1.1.1", "1.0.0"} ); + //args.add( new Object[] {"1.5.2", "5.5.2", "1.2.0", "1.1.0"} ); args.add( new Object[] {"1.6.2", "5.6.2", "1.2.0", "1.1.0"} ); - //args.add( new Object[] { "1.6.0-SNAPSHOT", "5.6.0-SNAPSHOT", "1.2.0", "1.1.0" } ); + //args.add( new Object[] {"1.7.2", "5.7.2", "1.2.0", "1.1.0"} ); + args.add( new Object[] {"1.8.2", "5.8.2", "1.2.0", "1.1.2"} ); Review comment: My motivation was to remove some config because the build takes long with every next config, and these configs have been tested already long enough in our tests. -- 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