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

Should not wait for AblyTest.options in 'context' scope #1023

Merged
merged 2 commits into from
Jun 25, 2020

Conversation

ricardopereira
Copy link
Contributor

  • For example, if you run a solo test where you don't need internet connection, then the test will fail because there are AblyTest.commonAppSetup() calls inside of 'context' scopes which are executed even if you select only one test to run.

 - For example, if you run a solo test where you don't need internet
 connection, then the test will fail because there are AblyTest.commonAppSetup()
 calls inside of 'context' scopes which are executed even if you select
 only one test to run.
Copy link
Contributor

@QuintinWillison QuintinWillison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of minor suggestions, neither blockers. Thanks.

Spec/Auth.swift Show resolved Hide resolved
Spec/RealtimeClientConnection.swift Outdated Show resolved Hide resolved
@ricardopereira ricardopereira merged commit 7b01989 into master Jun 25, 2020
@ricardopereira ricardopereira deleted the test-without-internet branch June 25, 2020 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants