Skip to content

Commit 0b07e03

Browse files
committed
Skip some tests on ADO
1 parent dc5db5d commit 0b07e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ def test_access_token_should_be_obtained_for_a_supported_scope(self):
329329
self.assertIsNotNone(result.get("access_token"))
330330

331331

332+
@unittest.skipIf(os.getenv("TF_BUILD"), "Skip PublicCloud scenarios on Azure DevOps")
332333
class PublicCloudScenariosTestCase(E2eTestCase):
333334
# Historically this class was driven by tests/config.json for semi-automated runs.
334335
# It now uses lab config + env vars so it can run automatically without local files.

0 commit comments

Comments
 (0)