diff --git a/src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs b/src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs index 356ac48bb551..42059ccf2429 100644 --- a/src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs +++ b/src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs @@ -82,6 +82,7 @@ private async Task NavigateToPage(IBrowserContext browser, string listeni // If this test is quarantined, BlazorWasmHostedTemplate_Works must be quarantined as well [Theory, TestPriority(BUILDCREATEPUBLISH_PRIORITY)] [InlineData(BrowserKind.Chromium)] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30882")] public async Task BlazorWasmTemplate_CreateBuildPublish_Hosted(BrowserKind browserKind) { // Additional arguments are needed. See: https://github.com/dotnet/aspnetcore/issues/24278