Skip to content

Commit fcd3b71

Browse files
authored
Remove skip for tasks (#3475)
1 parent 5b92f73 commit fcd3b71

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_tasks/test_metadata.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ def test_all_metadata_is_filled_and_valid(task: AbsTask):
229229
if task.is_aggregate: # aggregate tasks do not have descriptive stats
230230
return
231231

232-
# TODO https://github.com/embeddings-benchmark/mteb/issues/3279
233-
if task.metadata.name in ["MIRACLVisionRetrieval", "VDRMultilingualRetrieval"]:
234-
return
235-
236232
assert task.metadata.descriptive_stats is not None, (
237233
f"Dataset {task.metadata.name} should have descriptive stats. You can add metadata to your task by running `YorTask().calculate_descriptive_statistics()`"
238234
)

0 commit comments

Comments
 (0)