Skip to content

Commit 2920da2

Browse files
committed
Disabled test instead of commented out
1 parent 275c32d commit 2920da2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/sbm-core/src/test/java/org/springframework/sbm/project/buildfile/OpenRewriteMavenBuildFileTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
package org.springframework.sbm.project.buildfile;
1717

1818
import org.intellij.lang.annotations.Language;
19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Tag;
2021
import org.junit.jupiter.api.Test;
2122
import org.mockito.ArgumentCaptor;
@@ -145,8 +146,9 @@ void testGetResolvedDependenciesPaths() {
145146
* Currently, the behaviour is related to caching configuration in DependencyHelper.
146147
* All dependencies that do not exist in ~/.m2/repository get downloaded to ~/.rewrite/cache/artifacts.
147148
*/
148-
// @Test
149-
// @Tag("integration")
149+
@Test
150+
@Tag("integration")
151+
@Disabled("Fails in CI")
150152
void testResolvedDependenciesWithPomTypeDependency() {
151153
String pomXml =
152154
"<project xmlns=\"http://maven.apache.org/POM/4.0.0\"\n" +

0 commit comments

Comments
 (0)