We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@ExpectedToFail
1 parent 5f7345d commit 5bc947cCopy full SHA for 5bc947c
src/test/java/org/openrewrite/java/migrate/net/URLConstructorsToURITest.java
@@ -16,7 +16,6 @@
16
package org.openrewrite.java.migrate.net;
17
18
import org.junit.jupiter.api.Test;
19
-import org.junitpioneer.jupiter.ExpectedToFail;
20
import org.openrewrite.DocumentExample;
21
import org.openrewrite.Issue;
22
import org.openrewrite.test.RecipeSpec;
@@ -33,7 +32,6 @@ public void defaults(RecipeSpec spec) {
33
32
@Test
34
@DocumentExample
35
@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.")
37
void urlConstructor() {
38
rewriteRun(
39
//language=java
0 commit comments