diff --git a/tests/test_e2e.py b/tests/test_e2e.py index 670d36d6..727f3dba 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -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