Disable MNG-1088 test for MNG-7977 (#329)

This commit is contained in:
Guillaume Nodet 2024-01-08 11:38:04 +01:00 committed by GitHub
parent 95d384dc69
commit 536a9c96e1
1 changed files with 2 additions and 0 deletions

View File

@ -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() {