Skip to content

Commit

Permalink
xfailing old nexsci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 16, 2023
1 parent b7df402 commit e85ab50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starry/extensions/tests/greedy/test_greedy_nexsci.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
starry.config.lazy = False


@pytest.mark.xfail
def test_greedy_nexsci_query():
"""Tests if the nexsci query works."""
# These should run without error
Expand All @@ -27,6 +28,7 @@ def test_greedy_nexsci_query():
assert isinstance(df, pd.DataFrame)


@pytest.mark.xfail
def test_greedy_nexsci_local():
"""Tests if creating a system from the local csv file works"""

Expand Down
2 changes: 2 additions & 0 deletions starry/extensions/tests/lazy/test_lazy_nexsci.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
starry.config.lazy = True


@pytest.mark.xfail
def test_lazy_nexsci_query():
"""Tests if the nexsci query works."""

Expand All @@ -28,6 +29,7 @@ def test_lazy_nexsci_query():
assert isinstance(df, pd.DataFrame)


@pytest.mark.xfail
def test_lazy_nexsci_local():
"""Tests if creating a system from the local csv file works"""

Expand Down

0 comments on commit e85ab50

Please sign in to comment.