Skip to content

Commit

Permalink
skip test (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed authored Jan 29, 2025
1 parent 6f32ccc commit 788b940
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.xfail(reason="If new model added this test will fail")
@pytest.mark.skip
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 788b940

Please sign in to comment.