Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed committed Nov 21, 2024
1 parent 54772a3 commit b743357
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_TaskMetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,26 +531,17 @@ def test_empty_descriptive_stat_in_new_datasets(task: AbsTask):
# DON'T ADD NEW DATASETS TO THIS LIST
# THIS IS ONLY INTENDED FOR HISTORIC DATASETS
exceptions = [
"FEVER",
"HotpotQA",
"MSMARCO",
"MSMARCOv2",
"TopiOCQA",
"MIRACLRetrieval",
"MrTidyRetrieval",
"BrightRetrieval",
"MultiLongDocRetrieval",
"NeuCLIR2022Retrieval",
"NeuCLIR2023Retrieval",
"BibleNLPBitextMining",
"FloresBitextMining",
"FilipinoHateSpeechClassification",
"SwissJudgementClassification",
"MultiEURLEXMultilabelClassification",
"MindSmallReranking",
"WebLINXCandidatesReranking",
"VoyageMMarcoReranking",
"MIRACLReranking",
]

if task.metadata.name.startswith("Mock"):
Expand Down

0 comments on commit b743357

Please sign in to comment.