mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
skip authenticated tests in test_gdrive_storage.py
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user