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
Change the check_leftover_jobs fixture to run at session level
Given there's no known job leakage problems at the moment, it's fine to
have the `check_leftover_jobs` fixture run only once per test run rather
than once per test case. If a leftover job does indeed become a problem,
it's easy to change the scope back temporarily to help debug.
0 commit comments