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
currently the general policy is to apply @pytest.mark.xfail to a flaky test that cannot be debugged. Unlike a skip the test is actually run, this test then contributes coverage that isn't actually valid
currently the general policy is to apply
@pytest.mark.xfailto a flaky test that cannot be debugged. Unlike a skip the test is actually run, this test then contributes coverage that isn't actually valid