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 6927a86 commit 1fa4bc4Copy full SHA for 1fa4bc4
src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs
@@ -287,6 +287,7 @@ public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB(BrowserKin
287
288
[Theory]
289
[InlineData(BrowserKind.Chromium)]
290
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/30825", Queues = "All.OSX")]
291
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithOutLocalDB(BrowserKind browserKind)
292
{
293
return BlazorWasmHostedTemplate_IndividualAuth_Works(browserKind, false);
0 commit comments