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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6150ce040 Disable MNG-1088 test for MNG-7977 (#329)
6150ce040 is described below

commit 6150ce0408a56ded4a2cb580cf3dc4bc443d90d9
Author: Guillaume Nodet <gno...@apache.org>
AuthorDate: Mon Jan 8 11:38:04 2024 +0100

    Disable MNG-1088 test for MNG-7977 (#329)
---
 .../org/apache/maven/it/MavenITmng1088ReactorPluginResolutionTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorPluginResolutionTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorPluginResolutionTest.java
index e457de456..74bcefd87 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorPluginResolutionTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1088ReactorPluginResolutionTest.java
@@ -22,6 +22,7 @@ import java.io.File;
 
 import org.apache.maven.shared.verifier.Verifier;
 import org.apache.maven.shared.verifier.util.ResourceExtractor;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 /**
@@ -30,6 +31,7 @@ import org.junit.jupiter.api.Test;
  * @author Brett Porter
  *
  */
+@Disabled("Disabled for MNG-7977")
 public class MavenITmng1088ReactorPluginResolutionTest extends 
AbstractMavenIntegrationTestCase {
 
     public MavenITmng1088ReactorPluginResolutionTest() {

Reply via email to