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 integration::storage::export_import::import_event test (in core/tests/integration) sometimes fails the following assertion:
failures:
---- integration::storage::export_import::import_event stdout ----
thread 'integration::storage::export_import::import_event' panicked at 'assertion failed: matches!(event, Some(Event :: Import))', core/tests/integration/storage/export_import/mod.rs:84:5
error: test failed, to rerun pass -p initiative-core --test integration_tests
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The integration::storage::export_import::import_event test (in core/tests/integration) sometimes fails the following assertion:
It seems like this happens more on GitHub Actions than it does locally, although I have seen it when running in my local environment as well.
The text was updated successfully, but these errors were encountered: