File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
plugin-maven/src/test/java/com/diffplug/spotless/maven Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 20
20
import static org .junit .jupiter .api .Assertions .assertTrue ;
21
21
import static org .owasp .encoder .Encode .forXml ;
22
22
23
+ import org .junit .jupiter .api .Disabled ;
23
24
import org .junit .jupiter .api .Test ;
24
25
25
26
import com .diffplug .spotless .maven .MavenIntegrationHarness ;
27
+ import com .diffplug .spotless .tag .ForLintRefactor ;
26
28
27
29
/**
28
30
* Tests for the Biome formatter used via the Maven spotless plugin.
@@ -223,6 +225,8 @@ void failureWhenExeNotFound() throws Exception {
223
225
* @throws Exception When a test failure occurs.
224
226
*/
225
227
@ Test
228
+ @ Disabled
229
+ @ ForLintRefactor
226
230
void failureWhenNotParseable () throws Exception {
227
231
writePomWithBiomeSteps ("**/*.js" , "<biome><version>1.2.0</version><language>json</language></biome>" );
228
232
setFile ("biome_test.js" ).toResource ("biome/js/fileBefore.js" );
Original file line number Diff line number Diff line change 17
17
18
18
import static org .junit .jupiter .api .Assertions .assertTrue ;
19
19
20
+ import org .junit .jupiter .api .Disabled ;
20
21
import org .junit .jupiter .api .Test ;
21
22
22
23
import com .diffplug .spotless .ProcessRunner ;
23
24
import com .diffplug .spotless .maven .MavenIntegrationHarness ;
25
+ import com .diffplug .spotless .tag .ForLintRefactor ;
24
26
25
27
class KtlintTest extends MavenIntegrationHarness {
26
28
@ Test
@@ -78,6 +80,8 @@ void testSetEditorConfigCanOverrideEditorConfigFile() throws Exception {
78
80
}
79
81
80
82
@ Test
83
+ @ Disabled
84
+ @ ForLintRefactor
81
85
void testWithCustomRuleSetApply () throws Exception {
82
86
writePomWithKotlinSteps ("<ktlint>\n " +
83
87
" <customRuleSets>\n " +
You can’t perform that action at this time.
0 commit comments