Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Internal improvement: Prevent fetch-and-compile tests from hitting the network #5139

Merged
merged 1 commit into from
May 24, 2022

Conversation

haltman-at
Copy link
Contributor

So, uh, some of our fetch-and-compile tests were accidentally hitting the real network for their sources. Oops! >_> This is due to me messing up the URLs in the test fixtures. I fixed the URLs and now the tests don't hit the network anymore (tested by running the tests with internet turned off).

(Why not obviate this problem by preventing the tests from hitting the real network at all, rather than just the specified URLs? Because when you do that, they fail to fetch solc...)

@haltman-at haltman-at merged commit eda4c08 into develop May 24, 2022
@haltman-at haltman-at deleted the sorry-etherscan branch May 24, 2022 23:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants