We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0f0d3 commit 4cbb7b0Copy full SHA for 4cbb7b0
src/test/kotlin/org/openrewrite/java/migrate/apache/commons/io/UseJavaStandardCharsetsTest.kt
@@ -15,6 +15,7 @@
15
*/
16
package org.openrewrite.java.migrate.apache.commons.io
17
18
+import org.junit.jupiter.api.Disabled
19
import org.junit.jupiter.api.Test
20
import org.openrewrite.Recipe
21
import org.openrewrite.config.Environment
@@ -35,6 +36,7 @@ class UseJavaStandardCharsetsTest : JavaRecipeTest {
35
36
.activateRecipes("org.openrewrite.java.migrate.apache.commons.io.UseStandardCharsets")
37
38
@Test
39
+ @Disabled
40
@Suppress("deprecation")
41
fun toStandardCharsets() {
42
assertChanged(
0 commit comments