Skip to content

Commit f601916

Browse files
committed
Disable a long-failing test.
1 parent 9622652 commit f601916

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugin-maven/src/test/java/com/diffplug/spotless/maven/npm/NpmStepsWithNpmInstallCacheTest.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
@@ -27,6 +27,7 @@
2727
import java.nio.file.attribute.BasicFileAttributes;
2828

2929
import org.assertj.core.api.Assertions;
30+
import org.junit.jupiter.api.Disabled;
3031
import org.junit.jupiter.api.Test;
3132

3233
import 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";

0 commit comments

Comments
 (0)