From 279e4b57f55fc577f842571371daa89c03e4077b Mon Sep 17 00:00:00 2001 From: Nathan Voxland Date: Mon, 25 Sep 2023 15:17:37 -0500 Subject: [PATCH] SKip all test_pytorch_dataloader.py tests --- deeplake/integrations/tests/test_pytorch_dataloader.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deeplake/integrations/tests/test_pytorch_dataloader.py b/deeplake/integrations/tests/test_pytorch_dataloader.py index 98d9310238..9cf8be093d 100644 --- a/deeplake/integrations/tests/test_pytorch_dataloader.py +++ b/deeplake/integrations/tests/test_pytorch_dataloader.py @@ -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