Skip to content

Commit 5bc947c

Browse files
committed
Remove @ExpectedToFail from fixed test
1 parent 5f7345d commit 5bc947c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/openrewrite/java/migrate/net/URLConstructorsToURITest.java

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package org.openrewrite.java.migrate.net;
1717

1818
import org.junit.jupiter.api.Test;
19-
import org.junitpioneer.jupiter.ExpectedToFail;
2019
import org.openrewrite.DocumentExample;
2120
import org.openrewrite.Issue;
2221
import org.openrewrite.test.RecipeSpec;
@@ -33,7 +32,6 @@ public void defaults(RecipeSpec spec) {
3332
@Test
3433
@DocumentExample
3534
@Issue("https://github.com/openrewrite/rewrite-migrate-java/issues/191")
36-
@ExpectedToFail("This has started to fail, and I'm not sure why. No need to hold up the release for this.")
3735
void urlConstructor() {
3836
rewriteRun(
3937
//language=java

0 commit comments

Comments
 (0)