-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix disabled tests under windows #902
Comments
Maybe this won't be a problem after #959, since the Azure machines may be more powerful than the AppVeyor ones... In any case, I disabled another test under Windows... Currently, the list of disabled tests under Windows is:
Some of those tests could be fixed by relaxing the time constraints a bit, or in the case of the last one, by splitting up the test into multiple smaller tests... |
I was just looking through this and a lot has changed. Here's an updated list of disabled test under Windows that I found: |
An updated list k6/js/modules/k6/http/request_test.go Lines 2196 to 2200 in 1ec6519
k6/lib/executor/constant_arrival_rate_test.go Lines 111 to 114 in 1ec6519
k6/lib/netext/httpext/request_test.go Lines 371 to 374 in 1ec6519
Relevant related issue #903 |
Currently being skipped under windows in appveyor.
The text was updated successfully, but these errors were encountered: