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 tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def test_adfs2019_fed_user(self):
password=self.get_lab_user_secret(config["lab_name"]), **config)

@unittest.skipUnless(
os.getenv("OBO_CLIENT_SECRET") and False, # Temporarily disable this case
os.getenv("OBO_CLIENT_SECRET"),
"Need OBO_CLIENT_SECRET from https://buildautomation.vault.azure.net/secrets/IdentityDivisionDotNetOBOServiceSecret")
def test_acquire_token_obo(self):
# Some hardcoded, pre-defined settings
Expand Down