This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 2111b41ef1895c2d817d2a073f1159b4c638b599
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 82e5475e92a..b67166326c5 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>
                <rocksdb.version>8.10.0-ververica-1.0</rocksdb.version>

Reply via email to