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
I have a test where I want to xfail on one environment only. I have wrapped the pytest.xfail in a condition so it will only xfail on that environment and if the assert were to fail, but it would be nice to be able to force an xpass if the assert were to pass.
Originally reported by: Anonymous
I have a test where I want to xfail on one environment only. I have wrapped the pytest.xfail in a condition so it will only xfail on that environment and if the assert were to fail, but it would be nice to be able to force an xpass if the assert were to pass.
The text was updated successfully, but these errors were encountered: