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 Sep 21, 2024. It is now read-only.
Currently, the parameterized test runs do not include wasm32, which can result in a "successful" flake report, with failing wasm32 tests. wasm32 has its own unique setup, but may be able to align the wasm32 tests with the flake reporting.
The text was updated successfully, but these errors were encountered:
wasm32 testing doesn't currently use nextest (and therefore a flake will fail the whole build), and I'm not sure if it is even possible because it has a custom test runner under the hood (wasm-bindgen-testrunner). It would be great if we could some how integrate it.
Currently, the parameterized test runs do not include wasm32, which can result in a "successful" flake report, with failing wasm32 tests. wasm32 has its own unique setup, but may be able to align the wasm32 tests with the flake reporting.
The text was updated successfully, but these errors were encountered: