File tree 1 file changed +4
-1
lines changed
plugin-maven/src/test/java/com/diffplug/spotless/maven/npm
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2023 DiffPlug
2
+ * Copyright 2023-2024 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
27
27
import java .nio .file .attribute .BasicFileAttributes ;
28
28
29
29
import org .assertj .core .api .Assertions ;
30
+ import org .junit .jupiter .api .Disabled ;
30
31
import org .junit .jupiter .api .Test ;
31
32
32
33
import com .diffplug .spotless .ProcessRunner .Result ;
@@ -67,6 +68,7 @@ void prettierTypescriptWithDefaultCache() throws Exception {
67
68
.doesNotContain ("Using cached node_modules for" );
68
69
}
69
70
71
+ @ Disabled
70
72
@ Test
71
73
void prettierTypescriptWithDefaultCacheIsReusedOnSecondRun () throws Exception {
72
74
String suffix = "ts" ;
@@ -109,6 +111,7 @@ void prettierTypescriptWithSpecificCache() throws Exception {
109
111
.doesNotContain ("Using cached node_modules for" );
110
112
}
111
113
114
+ @ Disabled
112
115
@ Test
113
116
void prettierTypescriptWithSpecificCacheIsUsedOnSecondRun () throws Exception {
114
117
String suffix = "ts" ;
You can’t perform that action at this time.
0 commit comments