demery-pivotal commented on a change in pull request #6740:
URL: https://github.com/apache/geode/pull/6740#discussion_r687942780



##########
File path: gradle/test.gradle
##########
@@ -91,7 +92,7 @@ configure([integrationTest, distributedTest, performanceTest, 
acceptanceTest, ui
 }
 
 configure([integrationTest, distributedTest, performanceTest]) {
-  useJUnit {
+  useJUnitPlatform {
     if (project.hasProperty("testCategory")) {
       includeCategories += project.testCategory

Review comment:
       #6742 changed `includeCategories` to `includeTags`. We will probably 
have to undo that here.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to