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

sjaranowski pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new 2c013b67f Enable working test in 3.9.x
2c013b67f is described below

commit 2c013b67f9f95b7c85c1f35c483ccebbfd0ed10f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Dec 21 11:22:13 2025 +0100

    Enable working test in 3.9.x
---
 .../src/test/java/org/apache/maven/it/MavenITmng5889FindBasedir.java    | 2 +-
 .../maven/it/MavenITmng7504NotWarnUnsupportedReportPluginsTest.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5889FindBasedir.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5889FindBasedir.java
index 382ba5d08..8f0f99848 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5889FindBasedir.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5889FindBasedir.java
@@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test;
  */
 public class MavenITmng5889FindBasedir extends 
AbstractMavenIntegrationTestCase {
     public MavenITmng5889FindBasedir() {
-        super("[3.5.0,3.5.1)");
+        super(ALL_MAVEN_VERSIONS);
     }
 
     /**
diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7504NotWarnUnsupportedReportPluginsTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7504NotWarnUnsupportedReportPluginsTest.java
index 8e4edc22c..76d046d74 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7504NotWarnUnsupportedReportPluginsTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7504NotWarnUnsupportedReportPluginsTest.java
@@ -39,7 +39,7 @@ public class 
MavenITmng7504NotWarnUnsupportedReportPluginsTest extends AbstractM
     private static final String PROJECT_PATH = 
"/mng-7504-warn-unsupported-report-plugins";
 
     public MavenITmng7504NotWarnUnsupportedReportPluginsTest() {
-        super("[3.9.0]");
+        super(ALL_MAVEN_VERSIONS);
     }
 
     @Test

Reply via email to