Datasets:
mteb
/

Samoed commited on
Commit
788b940
·
unverified ·
1 Parent(s): 6f32ccc

skip test (#99)

Browse files
Files changed (1) hide show
  1. tests/test_load_datasets.py +1 -1
tests/test_load_datasets.py CHANGED
@@ -5,7 +5,7 @@ from results import MODELS
5
 
6
 
7
  @pytest.mark.parametrize("model", MODELS)
8
- @pytest.mark.xfail(reason="If new model added this test will fail")
9
  def test_load_results_from_datasets(model):
10
  """Ensures that all models can be imported from dataset"""
11
  path = Path(__file__).parent.parent / "results.py"
 
5
 
6
 
7
  @pytest.mark.parametrize("model", MODELS)
8
+ @pytest.mark.skip
9
  def test_load_results_from_datasets(model):
10
  """Ensures that all models can be imported from dataset"""
11
  path = Path(__file__).parent.parent / "results.py"