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
[Identity] Disable live service principal tests
Signed-off-by: Paul Van Eck <[email protected]>
  • Loading branch information
pvaneck committed Jun 7, 2024
commit 6183e9aae4f32ac235d5ca9c4eb3a6b89099e185
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