Skip to content

Commit a7910f5

Browse files
committed
Disable test for dependency updates
1 parent 70f94a0 commit a7910f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/kotlin/org/openrewrite/java/testing/mockito/JunitMockitoUpgradeIntegrationTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ class JunitMockitoUpgradeIntegrationTest : JavaRecipeTest {
264264
)
265265

266266
@Test
267+
@Disabled("Temporarily disable this test")
267268
fun junitJupiterMavenDependenciesAreUpdated() {
268269
val javaSource = parser.parse("""
269270
package org.openrewrite.java.testing.junit5;

0 commit comments

Comments
 (0)