We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b163e1 commit 91bf723Copy full SHA for 91bf723
src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs
@@ -288,6 +288,7 @@ public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB(BrowserKin
288
289
[Theory]
290
[InlineData(BrowserKind.Chromium)]
291
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/30825", Queues = "All.OSX")]
292
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithOutLocalDB(BrowserKind browserKind)
293
{
294
return BlazorWasmHostedTemplate_IndividualAuth_Works(browserKind, false);
0 commit comments