This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch release-2.1 in repository https://gitbox.apache.org/repos/asf/flink.git
commit b8dd08179102e80132494120a9bee0ed76e37d84 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 b366431452b..d9f01ea3558 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,7 @@ under the License. <!-- Can be set to any value to reproduce a specific build. --> <test.randomization.seed/> - <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>
