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 was archived by the owner on Jan 23, 2023. It is now read-only.
These tests were expected to be run in sequential order, as they all
modified a shared static variable on some class. Instead, they now each
modify a separate variable and should therefore be order-independent.
There was no need for them to be sharing that state; it wasn't important
to the test.
0 commit comments