Skip to content

Commit d7ac471

Browse files
authored
deprecate gcs test (#3791)
1 parent 4b728f3 commit d7ac471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/utils/object_store/test_gs_object_store.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def get_gcs_os_from_trainer(trainer: Trainer) -> GCSObjectStore:
2525

2626
@pytest.mark.gpu # json auth is hard to set up on github actions / CPU tests
2727
@pytest.mark.remote
28+
@pytest.mark.skip(reason='We no longer have a GCS bucket to use')
2829
def test_gs_object_store_integration_hmac_auth(expected_use_gcs_sdk_val=False, client_should_be_none=True):
2930
model = SimpleModel()
3031
train_dataset = RandomClassificationDataset()
@@ -63,6 +64,7 @@ def test_gs_object_store_integration_hmac_auth(expected_use_gcs_sdk_val=False, c
6364

6465
@pytest.mark.gpu
6566
@pytest.mark.remote
67+
@pytest.mark.skip(reason='We no longer have a GCS bucket to use')
6668
def test_gs_object_store_integration_json_auth():
6769
with mock.patch.dict(os.environ):
6870
if 'GCS_KEY' in os.environ:

0 commit comments

Comments
 (0)