File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
plugin-maven/src/test/java/com/diffplug/spotless/maven/npm Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2023 DiffPlug
2+ * Copyright 2023-2024 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2727import java .nio .file .attribute .BasicFileAttributes ;
2828
2929import org .assertj .core .api .Assertions ;
30+ import org .junit .jupiter .api .Disabled ;
3031import org .junit .jupiter .api .Test ;
3132
3233import com .diffplug .spotless .ProcessRunner .Result ;
@@ -67,6 +68,7 @@ void prettierTypescriptWithDefaultCache() throws Exception {
6768 .doesNotContain ("Using cached node_modules for" );
6869 }
6970
71+ @ Disabled
7072 @ Test
7173 void prettierTypescriptWithDefaultCacheIsReusedOnSecondRun () throws Exception {
7274 String suffix = "ts" ;
@@ -109,6 +111,7 @@ void prettierTypescriptWithSpecificCache() throws Exception {
109111 .doesNotContain ("Using cached node_modules for" );
110112 }
111113
114+ @ Disabled
112115 @ Test
113116 void prettierTypescriptWithSpecificCacheIsUsedOnSecondRun () throws Exception {
114117 String suffix = "ts" ;
You can’t perform that action at this time.
0 commit comments