Skip to content

Commit fa99d05

Browse files
authored
Enable CIAM tests (#4787)
Enable CIAM tests
1 parent 35c789d commit fa99d05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/CiamIntegrationTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ private async Task RunCiamRopcTest(string authority, LabResponse labResponse)
8282
}
8383

8484
[TestMethod]
85-
#if ONEBRANCH_BUILD
86-
[Ignore]
87-
#endif
8885
public async Task ClientCredentialCiam_WithClientCredentials_ReturnsValidTokens()
8986
{
9087
string authority;
@@ -153,9 +150,6 @@ private async Task RunCiamCCATest(string authority, string appId)
153150
}
154151

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

0 commit comments

Comments
 (0)