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

michaelo 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 197b3b2  Disable IT for MNG-6772
197b3b2 is described below

commit 197b3b260d5f3a12dce7dfc0a3582267f9bc523a
Author: Michael Osipov <[email protected]>
AuthorDate: Thu Apr 22 18:48:15 2021 +0200

    Disable IT for MNG-6772
---
 .../src/test/java/org/apache/maven/it/IntegrationTestSuite.java        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java 
b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
index e2832ef..1fa03f9 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
@@ -117,7 +117,8 @@ public class IntegrationTestSuite
         suite.addTestSuite( MavenITmng6754TimestampInMultimoduleProject.class 
);
         suite.addTestSuite( 
MavenITmng6981ProjectListShouldIncludeChildrenTest.class );
         suite.addTestSuite( MavenITmng6972AllowAccessToGraphPackageTest.class 
);
-        suite.addTestSuite( 
MavenITmng6772NestedImportScopeRepositoryOverride.class );
+        // This IT has been disabled until it is decided how the solution 
shall look like
+        // suite.addTestSuite( 
MavenITmng6772NestedImportScopeRepositoryOverride.class );
         suite.addTestSuite( 
MavenITmng6759TransitiveDependencyRepositoriesTest.class );
         suite.addTestSuite( MavenITmng6720FailFastTest.class );
         suite.addTestSuite( MavenITmng6656BuildConsumer.class );

Reply via email to