From 28ca29534c016e1202ac7203bcfbccf3f9f63b5b Mon Sep 17 00:00:00 2001 From: Roman Solomatin <36135455+Samoed@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:46:29 +0300 Subject: [PATCH] allow test to fail --- tests/test_load_datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"