Skip to content

Commit 77379b4

Browse files
committed
Temporarily disable test that needs npm repo b/c it's down right now.
1 parent 04f6bf0 commit 77379b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2023 DiffPlug
2+
* Copyright 2016-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.
@@ -17,10 +17,12 @@
1717

1818
import org.assertj.core.api.Assertions;
1919
import org.gradle.testkit.runner.BuildResult;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122

2223
import com.diffplug.common.base.Predicates;
2324

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

2628
@Test

0 commit comments

Comments
 (0)