Skip to content

Commit

Permalink
Disabled test to reproduce issue 2521 in ChangeTypeTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
traceyyoshima committed Dec 13, 2022
1 parent ee3ecea commit 79928ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ interface ChangeTypeTest : JavaRecipeTest, RewriteTest {
""")
)

@Disabled("Requires updates to add/remove import.")
@Issue("https://github.com/openrewrite/rewrite/issues/2521")
@Test
fun replacePrivateNestedType() = rewriteRun(
Expand All @@ -203,6 +204,7 @@ interface ChangeTypeTest : JavaRecipeTest, RewriteTest {
}
""")
)

@Test
fun simpleName() = rewriteRun(
java(a1),
Expand Down

0 comments on commit 79928ae

Please sign in to comment.