Skip to content

Commit 17f0078

Browse files
keegan-carusoKeegan Caruso
andauthored
Disable ciam test (#2983)
Co-authored-by: Keegan Caruso <[email protected]>
1 parent fc42cec commit 17f0078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/E2E Tests/WebAppUiTests/TestingWebAppLocally.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPassword()
4646
await ExecuteWebAppCallsGraphFlow(labResponse.User.Upn, labResponse.User.GetOrFetchPassword(), clientEnvVars, TraceFileClassName).ConfigureAwait(false);
4747
}
4848

49-
[Theory]
49+
[Theory(Skip = "https://github.com/AzureAD/microsoft-identity-web/issues/2982")]
5050
[InlineData("https://MSIDLABCIAM6.ciamlogin.com")] // CIAM authority
5151
[InlineData("https://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/")] // CIAM CUD Authority
5252
[SupportedOSPlatform("windows")]
@@ -70,7 +70,7 @@ private async Task ExecuteWebAppCallsGraphFlow(string upn, string credential, Di
7070
Process? process = null;
7171
string TraceFileName = traceFileClassName + "_ValidEmailPassword";
7272
using IPlaywright playwright = await Playwright.CreateAsync();
73-
IBrowser browser = await playwright.Chromium.LaunchAsync(new() { Headless = true });
73+
IBrowser browser = await playwright.Chromium.LaunchAsync(new() { Headless = false });
7474
IBrowserContext context = await browser.NewContextAsync(new BrowserNewContextOptions { IgnoreHTTPSErrors = true });
7575
await context.Tracing.StartAsync(new() { Screenshots = true, Snapshots = true, Sources = true });
7676

0 commit comments

Comments
 (0)