Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Nov 3, 2024
1 parent 5384277 commit 73db949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from torchdata.stateful_dataloader import StatefulDataLoader


@pytest.mark.skip(reason="not using hf for now")
@pytest.mark.parametrize(
"ratio, lower, upper",
[
Expand Down Expand Up @@ -44,6 +45,7 @@ def test_load_all_datasets_vanilla(ratio: str, lower: float, upper: float):
assert letter_count["A"] / letter_count["C"] > lower


@pytest.mark.skip(reason="not using hf for now")
@pytest.mark.parametrize(
"ratio, lower, upper, data_rank, data_world_size",
[
Expand Down

0 comments on commit 73db949

Please sign in to comment.