Skip to content

Commit

Permalink
fix mark.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Jun 12, 2024
1 parent af84c00 commit 743c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_push_dataset_to_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def test_push_dataset_to_hub_format(tmpdir, raw_format, repo_id):
("dora_parquet", "cadene/wrist_gripper"),
],
)
@pytest.skip(
@pytest.mark.skip(
"Not compatible with our CI since it downloads raw datasets. Uncomment to test backward compatibility locally."
)
def test_push_dataset_to_hub_pusht_backward_compatibility(tmpdir, raw_format, repo_id):
Expand Down

0 comments on commit 743c667

Please sign in to comment.