Skip to content

Commit

Permalink
SKip all test_pytorch_dataloader.py tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Sep 25, 2023
1 parent 77e3905 commit 279e4b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deeplake/integrations/tests/test_pytorch_dataloader.py
Expand Up @@ -8,6 +8,9 @@
if platform.system() in ["Windows", "Darwin"]:
pytest.skip("mock pickling gets quite messy on win/mac", allow_module_level=True)

if True:
pytest.skip("Temporarily skipping on all OSs to test lockups", allow_module_level=True)

from unittest.mock import patch

from deeplake.core.io import SampleStreaming, IOBlock, Schedule
Expand Down

0 comments on commit 279e4b5

Please sign in to comment.