diff --git a/tests/test_load_datasets.py b/tests/test_load_datasets.py index a73d4834..eaeed4b4 100644 --- a/tests/test_load_datasets.py +++ b/tests/test_load_datasets.py @@ -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"