xk6-browser icon indicating copy to clipboard operation
xk6-browser copied to clipboard

Enable and fix go tests on windows CI

Open mstoykov opened this issue 1 year ago • 1 comments

Currently tests are not run on windows CI.

Given that at least some of the observed failures seem like possible functional deficiencies, it will be good for those test to be made to at least work locally.

Having them in CI is better, but maybe skipping the -race flag will help with them being less flaky in case that is still a problem once the other problems are fixed.

mstoykov avatar Oct 06 '22 08:10 mstoykov

We should clarify that this is for Go tests, since the E2E ones do run on Windows.

Also, should we expand this to include macOS as well?

Agree that not enabling -race is better than not running them at all.

imiric avatar Oct 06 '22 08:10 imiric