Skip to content

Commit

Permalink
Disable gcs azure daily test (#3514)
Browse files Browse the repository at this point in the history
* a

* a

* lint

* Update tests/utils/object_store/test_azure_object_store.py

Co-authored-by: Saaketh Narayan <[email protected]>

* Update tests/utils/object_store/test_gs_object_store.py

Co-authored-by: Saaketh Narayan <[email protected]>

* Update tests/utils/object_store/test_gs_object_store.py

Co-authored-by: Saaketh Narayan <[email protected]>

---------

Co-authored-by: Saaketh Narayan <[email protected]>
  • Loading branch information
bigning and snarayan21 authored Aug 2, 2024
1 parent e05607e commit a63321b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/object_store/test_azure_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


@pytest.mark.remote
@pytest.mark.skip(reason='Waiting for new Azure key to be approved')
def test_azure_object_store_integration():
model = SimpleModel()
train_dataloader = DataLoader(dataset=RandomClassificationDataset())
Expand Down
2 changes: 2 additions & 0 deletions tests/utils/object_store/test_gs_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_gcs_os_from_trainer(trainer: Trainer) -> GCSObjectStore:

@pytest.mark.gpu # json auth is hard to set up on github actions / CPU tests
@pytest.mark.remote
@pytest.mark.skip(reason='Waiting for new GCP key to be approved')
def test_gs_object_store_integration_hmac_auth(expected_use_gcs_sdk_val=False, client_should_be_none=True):
model = SimpleModel()
train_dataset = RandomClassificationDataset()
Expand Down Expand Up @@ -63,6 +64,7 @@ def test_gs_object_store_integration_hmac_auth(expected_use_gcs_sdk_val=False, c

@pytest.mark.gpu
@pytest.mark.remote
@pytest.mark.skip(reason='Waiting for new GCP key to be approved')
def test_gs_object_store_integration_json_auth():
with mock.patch.dict(os.environ):
if 'GCS_KEY' in os.environ:
Expand Down

0 comments on commit a63321b

Please sign in to comment.