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

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

commit 7ab313fcfe956ca86e9cd30b762439b638f90188
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 d5f364c3c62..074d9925eab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,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>
        </properties>
 
        <dependencies>

Reply via email to