Skip to content

Commit dcf397d

Browse files
committed
Disable failing test useEslintXoStandardRules for maven and gradle (#1756)
1 parent 926ccf5 commit dcf397d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin-maven/src/test/java/com/diffplug/spotless/maven/typescript/TypescriptFormatStepTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import java.io.IOException;
2121

22+
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324

2425
import com.diffplug.spotless.ProcessRunner;
@@ -210,6 +211,7 @@ void eslintStyleguideStandardWithTypescript() throws Exception {
210211
}
211212

212213
@Test
214+
@Disabled("https://github.com/diffplug/spotless/issues/1756")
213215
void eslintStyleguideXo() throws Exception {
214216
writePomWithTypescriptSteps(
215217
TEST_FILE_PATH,

0 commit comments

Comments
 (0)