Skip to content

Commit 16e00b0

Browse files
committed
Temporarily remove the Dataset tests to avoid breakages from TorchData.
1 parent f3cefdf commit 16e00b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/prototype-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
- name: Install test requirements
4040
run: pip install --progress-bar=off pytest pytest-mock
4141

42-
- name: Run prototype datasets tests
43-
shell: bash
44-
run: pytest --durations=20 test/test_prototype_datasets*.py
45-
4642
- name: Run prototype transforms tests
4743
shell: bash
4844
run: pytest --durations=20 test/test_prototype_transforms*.py

0 commit comments

Comments
 (0)