Skip to content

Commit

Permalink
[internal] Skip JVM test failing with forbidden (pantsbuild#13901)
Browse files Browse the repository at this point in the history
Closes pantsbuild#13900. 

This directly uses the URL we want, rather than having to go through a redirect that was getting rate limited.

[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano authored Dec 16, 2021
1 parent 18350c5 commit da27748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_resolve_with_working_url(rule_runner: RuleRunner) -> None:
artifact="commons-collections",
version="1.0.0_JAR_LOCAL",
),
url="https://search.maven.org/remotecontent?filepath=org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar",
url="https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar",
)

resolved_lockfile = rule_runner.request(
Expand Down

0 comments on commit da27748

Please sign in to comment.