Skip to content

Commit

Permalink
Undisable the npm test now that status.npmjs is happy again.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 9, 2024
1 parent bcfe83f commit 4938c84
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@

import org.assertj.core.api.Assertions;
import org.gradle.testkit.runner.BuildResult;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.diffplug.common.base.Predicates;

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

@Test
Expand Down

0 comments on commit 4938c84

Please sign in to comment.