Skip to content

Commit 91b7c2b

Browse files
committed
Re-enable test_adfs2022_fed_user - ADFS labs are back up
ADFS labs were marked as temporarily down since July 2025. KV data for User-Federated-Config matches the expected lab user: - upn: fIDLAB@ID4SLAB1.COM - tenant: 10c419d4-4a50-45b2-aa4e-919fb84df24f - provider: ADFSv2022 / ID4SLab1
1 parent 8e8feab commit 91b7c2b

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
@@ -847,7 +847,6 @@ def test_user_account(self):
847847

848848

849849
class WorldWideTestCase(LabBasedTestCase):
850-
_ADFS_LABS_UNAVAILABLE = "ADFS labs were temporarily down since July 2025 until further notice"
851850

852851
def test_aad_managed_user(self): # Pure cloud
853852
"""Test username/password flow for a managed AAD user."""
@@ -862,7 +861,6 @@ def test_aad_managed_user(self): # Pure cloud
862861
scope=["https://graph.microsoft.com/.default"],
863862
)
864863

865-
@unittest.skip(_ADFS_LABS_UNAVAILABLE)
866864
def test_adfs2022_fed_user(self):
867865
"""Test username/password flow for a federated user via ADFS 2022."""
868866
app = get_app_config(AppSecrets.PCA_CLIENT)

0 commit comments

Comments
 (0)