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
Ideally, the unit tests would be less brittle and succeed in both conditions. If that is not possible, then there should be clear documentation how the unit tests should be run, with the best version enabled by default.
Describe the bug
Unit tests fail depending on how many are being run.
Steps/Code to reproduce bug
When I run this in main branch, 5 tests fail:
However, when I run a smaller set that includes the failed tests, 0 tests fail:
Expected behavior
I expect unit tests to succeed in both runs.
Environment overview (please complete the following information)
docker pull
&docker run
commands usedEnvironment details
If NVIDIA docker image is used you don't need to specify these.
Otherwise, please provide:
Additional context
This happens with other subsets of runs as well.
The text was updated successfully, but these errors were encountered: