zentol commented on code in PR #23970:
URL: https://github.com/apache/flink/pull/23970#discussion_r1453451950
##########
pom.xml:
##########
@@ -1110,7 +1122,11 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
-
<excludedGroups>org.apache.flink.testutils.junit.FailsOnJava17</excludedGroups>
+ <excludedGroups>
+
${github-actions.surefire.excludedGroups},
+
org.apache.flink.testutils.junit.FailsOnJava11,
+
org.apache.flink.testutils.junit.FailsOnJava17,
Review Comment:
Wondering if this is correct; isn't it possible for a test to fail on Java
11 but work on Java 17? Specifically cases for JDK 17 exclusive features.
--
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]