We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee9046 commit ac073a3Copy full SHA for ac073a3
testlib/src/test/java/com/diffplug/spotless/kotlin/KtLintStepTest.java
@@ -15,6 +15,7 @@
15
*/
16
package com.diffplug.spotless.kotlin;
17
18
+import org.junit.jupiter.api.Disabled;
19
import org.junit.jupiter.api.Test;
20
21
import com.diffplug.spotless.FormatterStep;
@@ -42,6 +43,7 @@ void behavior() throws Exception {
42
43
}
44
45
@Test
46
+ @Disabled
47
void worksShyiko() throws Exception {
48
// Must use jcenter (GONE) because `com.andreapivetta.kolor:kolor:0.0.2` isn't available on mavenCentral.
49
// It is a dependency of ktlint.
0 commit comments