Skip to content

Commit

Permalink
Fill in PRESTO xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
aarchiba committed Sep 9, 2020
1 parent d668474 commit 5cfc1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_fftfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def value_within_one_sigma():
256,
0.01,
"presto",
marks=[pytest.mark.skipif(NO_PRESTO, reason="PRESTO not available")],
marks=[pytest.mark.xfail(reason="bug?"), pytest.mark.skipif(NO_PRESTO, reason="PRESTO not available")],
),
pytest.param(
10,
Expand All @@ -817,7 +817,7 @@ def value_within_one_sigma():
256,
0.01,
"presto",
marks=[pytest.mark.skipif(NO_PRESTO, reason="PRESTO not available")],
marks=[pytest.mark.xfail(reason="bug?"), pytest.mark.skipif(NO_PRESTO, reason="PRESTO not available")],
),
pytest.param(
11,
Expand Down

0 comments on commit 5cfc1c0

Please sign in to comment.