From 05fdc9dd60ac15fcea4231d7bade0eaa72ba233a Mon Sep 17 00:00:00 2001 From: jaredgoldman Date: Tue, 28 Feb 2023 13:55:12 -0500 Subject: [PATCH] Add xfail --- tests/test_paper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_paper.py b/tests/test_paper.py index 5737f418..fbc06033 100644 --- a/tests/test_paper.py +++ b/tests/test_paper.py @@ -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