Skip to content

Commit

Permalink
Disable Ciam Integration Tests
Browse files Browse the repository at this point in the history
Disable Ciam Integration Tests
  • Loading branch information
gladjohn authored May 19, 2023
1 parent f95beb6 commit 88ba4a3
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public class CiamIntegrationTests
private readonly string[] _ciamScopes = new[] { "openid" };
private const string _ciamRedirectUri = "http://localhost";

[TestMethod]
[DataRow("https://{0}.ciamlogin.com/", 0)] //https://tenantName.ciamlogin.com/
[DataRow("https://{0}.ciamlogin.com/{1}.onmicrosoft.com", 1)] //https://tenantName.ciamlogin.com/tenantName.onmicrosoft.com
[DataRow("https://{0}.ciamlogin.com/{1}", 2)] //https://tenantName.ciamlogin.com/tenantId
//[TestMethod]
//[DataRow("https://{0}.ciamlogin.com/", 0)] //https://tenantName.ciamlogin.com/
//[DataRow("https://{0}.ciamlogin.com/{1}.onmicrosoft.com", 1)] //https://tenantName.ciamlogin.com/tenantName.onmicrosoft.com
//[DataRow("https://{0}.ciamlogin.com/{1}", 2)] //https://tenantName.ciamlogin.com/tenantId
public async Task ROPC_Ciam_Async(string authorityFormat, int authorityVersion)
{
//Get lab details
Expand Down Expand Up @@ -86,10 +86,10 @@ public async Task ROPC_Ciam_Async(string authorityFormat, int authorityVersion)
Assert.AreEqual($"{labResponse.User.LabName}{Constants.CiamAuthorityHostSuffix}".ToLower(), result.Account.Environment);
}

[TestMethod]
[DataRow("https://{0}.ciamlogin.com/", 0)] //https://tenantName.ciamlogin.com/
[DataRow("https://{0}.ciamlogin.com/{1}.onmicrosoft.com", 1)] //https://tenantName.ciamlogin.com/tenantName.onmicrosoft.com
[DataRow("https://{0}.ciamlogin.com/{1}", 2)] //https://tenantName.ciamlogin.com/tenantId
//[TestMethod]
//[DataRow("https://{0}.ciamlogin.com/", 0)] //https://tenantName.ciamlogin.com/
//[DataRow("https://{0}.ciamlogin.com/{1}.onmicrosoft.com", 1)] //https://tenantName.ciamlogin.com/tenantName.onmicrosoft.com
//[DataRow("https://{0}.ciamlogin.com/{1}", 2)] //https://tenantName.ciamlogin.com/tenantId
public async Task ClientCredentialWithClientSecret_Ciam_Async(string authorityFormat, int authorityVersion)
{
//Get lab details
Expand Down

0 comments on commit 88ba4a3

Please sign in to comment.