We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had 6 tests, all passed, all stable.
Now I have 20 tests, and previous stable tests are now flaky.
I blacklisted a domain (googlesyndication.com), but sometimes the request is not blacklisted and Cypress times out waiting for a reply. Why?
googlesyndication.com
Am I missing something? Is there a workaround?
blockHosts
I want blacklisted domains to be ignored, always.
Cypress 3.2.0, MacOS 10.14.5, Chrome 75
The text was updated successfully, but these errors were encountered:
@dialex We've made a lot of network fixes between 3.2.0 and 3.3.2, could you let me know if you still experience this issue in 3.3.2?
If so, could you provide the full debug logs from when you experience the issue?
Sorry, something went wrong.
I upgraded to 3.3.2 and all tests are passing consistently: I got 5 runs all green, looks promising :)
3.3.2
No branches or pull requests
Current behavior:
I had 6 tests, all passed, all stable.
Now I have 20 tests, and previous stable tests are now flaky.
I blacklisted a domain (
googlesyndication.com
), but sometimes the request is not blacklisted and Cypress times out waiting for a reply. Why?Am I missing something? Is there a workaround?
blockHosts
not being blocked consistently #2714, which is forgotten since Nov'18.Desired behavior:
I want blacklisted domains to be ignored, always.
Versions
Cypress 3.2.0, MacOS 10.14.5, Chrome 75
The text was updated successfully, but these errors were encountered: