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
The checkout cores test always fails when the tests are run, by default, in parallel. Some options to fix it are to require tests be run in a single threaded manner (not generally practical due to extended wait times during development cycles), or to use a feature such as "single-threaded = []" and making the test conditionally compiled for when it's specified. We could add a CI job for this single test configuration, but also have the option to run it locally if required.
Description
The
checkout cores
test always fails when the tests are run, by default, in parallel. Some options to fix it are to require tests be run in a single threaded manner (not generally practical due to extended wait times during development cycles), or to use a feature such as "single-threaded = []" and making the test conditionally compiled for when it's specified. We could add a CI job for this single test configuration, but also have the option to run it locally if required.Acceptance criteria
All tests run need to pass.
Where to begin
Proposed diff:
The text was updated successfully, but these errors were encountered: