Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add disabling feature 'offline-test' for network-dependent tests #260

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

hyperfekt
Copy link
Contributor

Some tests need network access, but builds are not seldomly performed in sandboxes which don't allow that.
This adds a feature offline-test which can be used to disable all tests that depend on network access.

In 0.6 this was only it_returns_resolved_ip_on_resolvable_hostname, which was easy to work around by giving the tests an alternative hosts file, but 0.7 added some tests that seem to have more complex network interactions.

@futurechimp futurechimp merged commit db55406 into nymtech:develop Jun 15, 2020
@futurechimp
Copy link
Contributor

Thanks @hyperfekt :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants