From 882032e3a39a33d96bf04b1edf994ccb469e97ab Mon Sep 17 00:00:00 2001 From: jaredgoldman Date: Tue, 28 Feb 2023 13:40:21 -0500 Subject: [PATCH] Change skip to 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 4be9d176..5737f418 100644 --- a/tests/test_paper.py +++ b/tests/test_paper.py @@ -207,7 +207,7 @@ def test_sell( ) -@pytest.mark.skip(reason='Due to precision issues, this test will currently fail') +@pytest.mark.xskip(reason='Due to precision issues, this test will currently fail') def test_multi_sell( open_test_pikerd_and_ems: AsyncContextManager, delete_testing_dir