Add xfail
parent
1323981cc4
commit
05fdc9dd60
|
@ -207,7 +207,7 @@ def test_sell(
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.xskip(reason='Due to precision issues, this test will currently fail')
|
||||
@pytest.mark.xfail(reason='Due to precision issues, this test will currently fail')
|
||||
def test_multi_sell(
|
||||
open_test_pikerd_and_ems: AsyncContextManager,
|
||||
delete_testing_dir
|
||||
|
|
Loading…
Reference in New Issue