Skip to content

Commit d79cba1

Browse files
committed
reenable e2e tests
1 parent f107a15 commit d79cba1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_e2e.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def _build_app(cls,
197197
enable_broker_on_wsl=_PYMSALRUNTIME_INSTALLED,
198198
)
199199

200-
@unittest.skip("ROPC API has been deprecated and thus these tests are no longer needed")
201200
def _test_username_password(self,
202201
authority=None, client_id=None, username=None, password=None, scope=None,
203202
oidc_authority=None,
@@ -645,7 +644,6 @@ def _test_acquire_token_by_auth_code_flow(
645644
username, result["id_token_claims"]["preferred_username"]))
646645
self.assertCacheWorksForUser(result, scope, username=None)
647646

648-
@unittest.skip("ROPC API has been deprecated and thus these tests are no longer needed")
649647
def _test_acquire_token_obo(self, config_pca, config_cca,
650648
azure_region=None, # Regional endpoint does not really support OBO.
651649
# Here we just test regional apps won't adversely break OBO

0 commit comments

Comments
 (0)