Skip to content

Commit

Permalink
Enable CIAM tests (#4787)
Browse files Browse the repository at this point in the history
Enable CIAM tests
  • Loading branch information
gladjohn committed May 29, 2024
1 parent 35c789d commit fa99d05
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ private async Task RunCiamRopcTest(string authority, LabResponse labResponse)
}

[TestMethod]
#if ONEBRANCH_BUILD
[Ignore]
#endif
public async Task ClientCredentialCiam_WithClientCredentials_ReturnsValidTokens()
{
string authority;
Expand Down Expand Up @@ -153,9 +150,6 @@ private async Task RunCiamCCATest(string authority, string appId)
}

[TestMethod]
#if ONEBRANCH_BUILD
[Ignore]
#endif
public async Task OBOCiam_CustomDomain_ReturnsValidTokens()
{
string authorityCud = "https://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/";
Expand Down

0 comments on commit fa99d05

Please sign in to comment.