Skip to content

Commit

Permalink
xfail risky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Oct 5, 2023
1 parent 34e1658 commit 23ad8a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stingray/modeling/tests/test_gpmodeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def clear_all_figs():
plt.close(fig)


@pytest.mark.xfail
@pytest.mark.skipif(not _HAS_TINYGP, reason="tinygp not installed")
class Testget_kernel(object):
def setup_class(self):
Expand Down Expand Up @@ -235,6 +236,7 @@ def test_get_qpo(self):
]


@pytest.mark.xfail
@pytest.mark.skipif(
not (_HAS_TINYGP and _HAS_TFP and _HAS_JAXNS), reason="tinygp, tfp or jaxns not installed"
)
Expand Down

0 comments on commit 23ad8a5

Please sign in to comment.