Skip to content

Commit

Permalink
skip mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed committed Nov 11, 2024
1 parent a0aa507 commit a716309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_TaskMetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,8 @@ def test_empy_descriptive_stat_in_new_datasets():
), "The number of exceptions has changed. Please do not add new datasets to this list."

for task in get_tasks():
if task.metadata.name.startswith("Mock"):
continue
if task.metadata.descriptive_stats is None:
assert (
task.metadata.name in exceptions
Expand Down

0 comments on commit a716309

Please sign in to comment.