Skip to content

Commit 4938c84

Browse files
committed
Undisable the npm test now that status.npmjs is happy again.
1 parent bcfe83f commit 4938c84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/NpmTestsWithoutNpmInstallationTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717

1818
import org.assertj.core.api.Assertions;
1919
import org.gradle.testkit.runner.BuildResult;
20-
import org.junit.jupiter.api.Disabled;
2120
import org.junit.jupiter.api.Test;
2221

2322
import com.diffplug.common.base.Predicates;
2423

25-
@Disabled("https://status.npmjs.org/ shows npm services down on 12/8/2024, should undisable this later")
2624
class NpmTestsWithoutNpmInstallationTest extends GradleIntegrationHarness {
2725

2826
@Test

0 commit comments

Comments
 (0)