eolivelli commented on a change in pull request #226: Extended 
SimpleReportEntry with sourceText and nameText
URL: https://github.com/apache/maven-surefire/pull/226#discussion_r272800581
 
 

 ##########
 File path: 
surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformIT.java
 ##########
 @@ -40,27 +41,24 @@ public void setUp()
     public void testJupiterEngine()
     {
         unpack( "/junit-platform-engine-jupiter" )
+                .setTestToRun( "Basic*Test" )
                 .executeTest()
                 .verifyErrorFree( 5 );
     }
 
     @Test
-    @Ignore( "Uncomment while developing SUREFIRE-1222. Rename 'javax' 
extension of DisplayNameTest.javax." )
 
 Review comment:
   Got it.
   Sounds good to me

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to