We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5db5d commit 0b07e03Copy full SHA for 0b07e03
tests/test_e2e.py
@@ -329,6 +329,7 @@ def test_access_token_should_be_obtained_for_a_supported_scope(self):
329
self.assertIsNotNone(result.get("access_token"))
330
331
332
+@unittest.skipIf(os.getenv("TF_BUILD"), "Skip PublicCloud scenarios on Azure DevOps")
333
class PublicCloudScenariosTestCase(E2eTestCase):
334
# Historically this class was driven by tests/config.json for semi-automated runs.
335
# It now uses lab config + env vars so it can run automatically without local files.
0 commit comments