Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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