Skip to content

Commit 91bf723

Browse files
committed
Update BlazorWasmTemplateTest.cs
1 parent 7b163e1 commit 91bf723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB(BrowserKin
288288

289289
[Theory]
290290
[InlineData(BrowserKind.Chromium)]
291+
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/30825", Queues = "All.OSX")]
291292
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithOutLocalDB(BrowserKind browserKind)
292293
{
293294
return BlazorWasmHostedTemplate_IndividualAuth_Works(browserKind, false);

0 commit comments

Comments
 (0)