-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Re-enable flaky fetch tests #1228
Comments
duplicate of #1219 ? |
These are flakey on mac as well now, not just windows |
Feb 24, 2020: Still an issue. If we could just skip the tests on windows, that would be great. |
Commented on the PR I submitted for this as well, but the test for fetchRequest in fetch_tests.ts is failing in the build on the latest macOs, but successful on my local. Both running 10.15.4, having a little trouble debugging. Any pointers would be appreciated. Here is the output from the build for the test.
|
Ah my bad, I see in the original comment and #1535 that this was the output that spurred original issue. Going to close my PR, but experienced today on macOS. |
Apologies for all the above comments. PR's back open. I wasn't resolving the response body properly in my original PR. |
Note the issue was only appearing on Windows. So ideally someone on Windows would debug this. The first set is to uncomment the tests and see if you can repeat the failure.
deno/js/fetch_test.ts
Lines 50 to 161 in 570269b
The text was updated successfully, but these errors were encountered: