We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f6bf0 commit 77379b4Copy full SHA for 77379b4
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/NpmTestsWithoutNpmInstallationTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2016-2023 DiffPlug
+ * Copyright 2016-2024 DiffPlug
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -17,10 +17,12 @@
17
18
import org.assertj.core.api.Assertions;
19
import org.gradle.testkit.runner.BuildResult;
20
+import org.junit.jupiter.api.Disabled;
21
import org.junit.jupiter.api.Test;
22
23
import com.diffplug.common.base.Predicates;
24
25
+@Disabled("https://status.npmjs.org/ shows npm services down on 12/8/2024, should undisable this later")
26
class NpmTestsWithoutNpmInstallationTest extends GradleIntegrationHarness {
27
28
@Test
0 commit comments