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
Recently it was discovered that some tests were changing e.g. global properties, and that if the test files were run in a different order, some tests would fail.
If the various test files were run in a random order, it would make it more likely to detect issues between them, e.g. one affecting the other(s). ATM the order is unspecified but seems consistent on a given machine.