Skip to content

Commit 2f61126

Browse files
committed
[FLINK-34127] Upgrade to flink-connector-parent 1.1.0 to exclude running nested unit tests
1 parent 369e7be commit 2f61126

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.flink</groupId>
2424
<artifactId>flink-connector-parent</artifactId>
25-
<version>1.0.0</version>
25+
<version>1.1.0</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>
@@ -86,6 +86,9 @@ under the License.
8686
of entries in the form '[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
8787
<flink.connector.module.config/>
8888
<flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m -XX:+IgnoreUnrecognizedVMOptions ${flink.connector.module.config}</flink.surefire.baseArgLine>
89+
<!-- exclude nested tests to avoid executing them twice since the outer class will execute
90+
them -->
91+
<additionalExcludes>**/*$*</additionalExcludes>
8992
</properties>
9093

9194
<dependencies>

0 commit comments

Comments
 (0)