You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
The second is that once you resolve the first, tests fail randomly. My best guess is that fancy-test is maintaining some global state that gets mangled when you run tests in parallel.
The text was updated successfully, but these errors were encountered:
There are a couple of issues that happen when you attempt to run mocha tests in parallel.
The first is that a non-determinate number of tests are skipped. This problem seems to be resolved by explicitly import
it
from mocha instead of relying on the global here, https://github.com/oclif/fancy-test/blob/main/src/base.ts#L6The second is that once you resolve the first, tests fail randomly. My best guess is that fancy-test is maintaining some global state that gets mangled when you run tests in parallel.
The text was updated successfully, but these errors were encountered: