Skip to content

Commit

Permalink
[Identity] Disable live service principal tests (#35958)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Van Eck <[email protected]>
  • Loading branch information
pvaneck authored Jun 7, 2024
1 parent 9b98575 commit 984542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def record_imds_test(request):
@pytest.fixture()
def live_service_principal():
"""Fixture for live Identity tests. Skips them when environment configuration is incomplete."""

pytest.skip(reason="https://github.com/Azure/azure-sdk-for-python/issues/35957")
missing_variables = [
v
for v in (
Expand Down

0 comments on commit 984542f

Please sign in to comment.