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
During the merge of #3422 some of the snapshot tests located in tests/integration/cli/tests/snapshot.rs were either restricted to specific target architectures, or downright disabled.
Some of them because the tests are multi-threaded and produce in-deterministic output.
Others because of other determinism issues.
The tests must be re-evaluated, fixed up and re-enabled, or replaced with equivalent but more deterministc test cases.
The text was updated successfully, but these errors were encountered:
During the merge of #3422 some of the snapshot tests located in
tests/integration/cli/tests/snapshot.rs
were either restricted to specific target architectures, or downright disabled.Some of them because the tests are multi-threaded and produce in-deterministic output.
Others because of other determinism issues.
The tests must be re-evaluated, fixed up and re-enabled, or replaced with equivalent but more deterministc test cases.
The text was updated successfully, but these errors were encountered: