From 1792e02d1d32c99ca1a59aeb0cab33a74d3a783e Mon Sep 17 00:00:00 2001 From: erinhmclark Date: Tue, 11 Feb 2025 11:34:36 +0000 Subject: [PATCH] skip authenticated tests in test_gdrive_storage.py --- tests/storages/test_gdrive_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storages/test_gdrive_storage.py b/tests/storages/test_gdrive_storage.py index 4259cb2..57480d0 100644 --- a/tests/storages/test_gdrive_storage.py +++ b/tests/storages/test_gdrive_storage.py @@ -35,7 +35,7 @@ class TestGDriveStorage(TestStorageBase): media = Media(filename="test.jpg") media.key = "folder1/folder2/test.jpg" -# @pytest.mark.skip(reason="Requires real credentials") +@pytest.mark.skip(reason="Requires real credentials") @pytest.mark.download class TestGDriveStorageConnected(TestStorageBase): """