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.
ChangeMethodNameTest
1 parent 28b02e1 commit 1f09947Copy full SHA for 1f09947
rewrite-python/src/test/java/org/openrewrite/python/ChangeMethodNameTest.java
@@ -15,6 +15,7 @@
15
*/
16
package org.openrewrite.python;
17
18
+import org.junit.jupiter.api.Disabled;
19
import org.junit.jupiter.api.Test;
20
import org.openrewrite.DocumentExample;
21
import org.openrewrite.test.RecipeSpec;
@@ -32,6 +33,7 @@ public void defaults(RecipeSpec spec) {
32
33
@SuppressWarnings("PyUnresolvedReferences")
34
@DocumentExample
35
@Test
36
+ @Disabled("Flaky")
37
void renameMethod() {
38
rewriteRun(
39
spec -> spec.parser(PythonParser.builder().logCompilationWarningsAndErrors(true)),
0 commit comments