nastra commented on code in PR #15278:
URL: https://github.com/apache/iceberg/pull/15278#discussion_r2884451609
##########
flink/v1.20/build.gradle:
##########
@@ -255,6 +257,9 @@
project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
task integrationTest(type: Test) {
description = "Test Flink Runtime Jar against Flink ${flinkMajorVersion}"
group = "verification"
+ useJUnitPlatform {
+ excludeEngines "junit-vintage"
Review Comment:
can you please add some details about the issue that requires this change
for better understanding?
--
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]