HonahX commented on code in PR #8398:
URL: https://github.com/apache/iceberg/pull/8398#discussion_r1306333923


##########
build.gradle:
##########
@@ -608,6 +608,7 @@ project(':iceberg-delta-lake') {
     }
 
     task integrationTest(type: Test) {
+      useJUnitPlatform()

Review Comment:
   The current master branch skips all the integration tests when running 
delta-lake CI. Seems we also need `useJUnitPlatform()` here when defining 
Junit5 integration test task.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to