Skip to content

Commit

Permalink
allow test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed committed Sep 9, 2024
1 parent 9c9ab28 commit 28ca295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_load_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@pytest.mark.parametrize("model", MODELS)
@pytest.mark.skip(reason="If new model added this test will fail")
@pytest.mark.xfail(reason="If new model added this test will fail")
def test_load_results_from_datasets(model):
"""Ensures that all models can be imported from dataset"""
path = Path(__file__).parent.parent / "results.py"
Expand Down

0 comments on commit 28ca295

Please sign in to comment.