Skip to content

Commit ac073a3

Browse files
committed
shyiko is flaky (#429)
1 parent 5ee9046 commit ac073a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testlib/src/test/java/com/diffplug/spotless/kotlin/KtLintStepTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package com.diffplug.spotless.kotlin;
1717

18+
import org.junit.jupiter.api.Disabled;
1819
import org.junit.jupiter.api.Test;
1920

2021
import com.diffplug.spotless.FormatterStep;
@@ -42,6 +43,7 @@ void behavior() throws Exception {
4243
}
4344

4445
@Test
46+
@Disabled
4547
void worksShyiko() throws Exception {
4648
// Must use jcenter (GONE) because `com.andreapivetta.kolor:kolor:0.0.2` isn't available on mavenCentral.
4749
// It is a dependency of ktlint.

0 commit comments

Comments
 (0)