skip authenticated tests in test_gdrive_storage.py

This commit is contained in:
erinhmclark
2025-02-11 11:34:36 +00:00
parent 18666ff027
commit 1792e02d1d

View File

@@ -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):
"""