From 7169ce85d9054c8af5e028e38efb41b0bcb1a925 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 12 Feb 2024 21:03:40 +0100 Subject: [PATCH] Move Google Drive to slow tests (#8163) --- tests/test_python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_python.py b/tests/test_python.py index 61f43034..86a4ab5b 100644 --- a/tests/test_python.py +++ b/tests/test_python.py @@ -439,6 +439,7 @@ def test_utils_torchutils(): time_sync() +@pytest.mark.slow @pytest.mark.skipif(not ONLINE, reason="environment is offline") def test_utils_downloads(): """Test file download utilities."""