Skip to content

Commit 984542f

Browse files
authored
[Identity] Disable live service principal tests (#35958)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent 9b98575 commit 984542f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/azure-identity/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def record_imds_test(request):
6363
@pytest.fixture()
6464
def live_service_principal():
6565
"""Fixture for live Identity tests. Skips them when environment configuration is incomplete."""
66-
66+
pytest.skip(reason="https://github.com/Azure/azure-sdk-for-python/issues/35957")
6767
missing_variables = [
6868
v
6969
for v in (

0 commit comments

Comments
 (0)