Skip to content

Commit

Permalink
disable azure auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Nov 25, 2024
1 parent 24a56e0 commit 81eff91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions integration/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ def test_no_auth_provided() -> None:
@pytest.mark.parametrize(
"name,env_variable_name,port,scope",
[
("azure", "AZURE_CLIENT_SECRET", AZURE_PORT, None),
(
"azure",
"AZURE_CLIENT_SECRET",
AZURE_PORT,
"4706508f-30c2-469b-8b12-ad272b3de864/.default",
),
# ("azure", "AZURE_CLIENT_SECRET", AZURE_PORT, None),
# (
# "azure",
# "AZURE_CLIENT_SECRET",
# AZURE_PORT,
# "4706508f-30c2-469b-8b12-ad272b3de864/.default",
# ), expired
("okta", "OKTA_CLIENT_SECRET", OKTA_PORT_CC, "some_scope"),
],
)
Expand Down

0 comments on commit 81eff91

Please sign in to comment.