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
Run @is_slow_test test first in parallel_testsuite.py (#25263)
Previously we were relying special naming of tests (e.g. `test_xxx_foo`)
and using reverse alphabetic sort to run them first, but we dropped the
`test_xxx` convention in favor of the `@is_slow_test` decorator.
Ultimately it would be nice to merge this default sort with the
`--failing-fast-and-slow` flag but for now they are still separate.
0 commit comments