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
It seems that if a test is marked with abort_on_fail but also xfail and it fails as expected, it does not also abort, which makes subsequent tests have a real FAILURE rather than an XFAIL.
The text was updated successfully, but these errors were encountered:
It seems that if a test is marked with
abort_on_fail
but alsoxfail
and it fails as expected, it does not also abort, which makes subsequent tests have a realFAILURE
rather than anXFAIL
.The text was updated successfully, but these errors were encountered: