Skip to content

Commit

Permalink
skip more CIAM E2E tests (#2985)
Browse files Browse the repository at this point in the history
* skip more CIAM E2E tests

* make headless true
  • Loading branch information
jennyf19 authored Aug 18, 2024
1 parent cbd131d commit 86700d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/E2E Tests/WebAppUiTests/TestingWebAppLocally.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private async Task ExecuteWebAppCallsGraphFlow(string upn, string credential, Di
Process? process = null;
string TraceFileName = traceFileClassName + "_ValidEmailPassword";
using IPlaywright playwright = await Playwright.CreateAsync();
IBrowser browser = await playwright.Chromium.LaunchAsync(new() { Headless = false });
IBrowser browser = await playwright.Chromium.LaunchAsync(new() { Headless = true });
IBrowserContext context = await browser.NewContextAsync(new BrowserNewContextOptions { IgnoreHTTPSErrors = true });
await context.Tracing.StartAsync(new() { Screenshots = true, Snapshots = true, Sources = true });

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPasswordCreds
}
}

[Theory]
[Theory(Skip = "https:/AzureAD/microsoft-identity-web/issues/2982")]
[InlineData("https://MSIDLABCIAM6.ciamlogin.com")] // CIAM authority
[InlineData("https://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/")] // CIAM CUD Authority
[SupportedOSPlatform("windows")]
Expand Down

0 comments on commit 86700d7

Please sign in to comment.