This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch release-2.2 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 21091f570990b4df5e9a497104063f98e2a48659 Author: Sergey Nuyanzin <[email protected]> AuthorDate: Mon Aug 3 12:46:46 2026 +0200 [FLINK-40284][tests] Make tests ending with `Tests` executing in CI --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 25ab5521954..bebe0de5ee0 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ under the License. <test.dynamic.max-pool-size-factor>256</test.dynamic.max-pool-size-factor> <!-- default value taken from https://docs.junit.org/snapshot/user-guide/#writing-tests-parallel-execution-config-properties --> <test.dynamic.factor>1.0</test.dynamic.factor> - <test.unit.pattern>**/*Test.*</test.unit.pattern> + <test.unit.pattern>**/*Test.*,**/*Tests.*</test.unit.pattern> <snappy.java.version>1.1.10.7</snappy.java.version> <commons-lang3.version>3.18.0</commons-lang3.version> </properties>
