Skip to content

Commit

Permalink
Restore Azure Tests (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Aug 20, 2024
1 parent f048254 commit 4a5dfc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ filterwarnings = [
'''ignore:.*The `NO_SHARD` sharding strategy is deprecated.*:FutureWarning''',
# Some unit tests use ShardedTensor, though by default we use DTensor
'''ignore:.*Please use DTensor instead and we are deprecating.*:FutureWarning''',
# Ignore NeptuneLogger warnings
'''ignore:.*NVML Shared Library Not Found. GPU usage metrics may not be reported.*''',
]

# Coverage
Expand Down
1 change: 0 additions & 1 deletion tests/utils/object_store/test_azure_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


@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

0 comments on commit 4a5dfc1

Please sign in to comment.