Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Aug 6, 2024
1 parent 69f280b commit 47b7d51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,13 @@ def test_ciam_device_flow(self):
)


class CiamCudTestCase(LabBasedTestCase):
# The following test case in MSAL .Net might become a reference
# https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/CiamIntegrationTests.cs#L167
pass
# TODO: How do we test the CUD feature?
# https://github.com/AzureAD/microsoft-authentication-library-for-python/pull/678/files

class WorldWideRegionalEndpointTestCase(LabBasedTestCase):
region = "westus"
timeout = 2 # Short timeout makes this test case responsive on non-VM
Expand Down

0 comments on commit 47b7d51

Please sign in to comment.