Skip to content

Commit 23c6469

Browse files
authored
Quarantining tests (#30702)
1 parent 2c658e1 commit 23c6469

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Hosting/Hosting/test/WebHostBuilderTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using Microsoft.AspNetCore.Hosting.Tests.Fakes;
1616
using Microsoft.AspNetCore.Http;
1717
using Microsoft.AspNetCore.Http.Features;
18+
using Microsoft.AspNetCore.Testing;
1819
using Microsoft.Extensions.Configuration;
1920
using Microsoft.Extensions.DependencyInjection;
2021
using Microsoft.Extensions.Hosting;
@@ -114,6 +115,7 @@ public async Task MultipleUseStartupCallsLastWins(IWebHostBuilder builder)
114115

115116
[Theory]
116117
[MemberData(nameof(DefaultWebHostBuildersWithConfig))]
118+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30582")]
117119
public async Task UseStartupFactoryWorks(IWebHostBuilder builder)
118120
{
119121
void ConfigureServices(IServiceCollection services) { }

src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ private void ValidatePublishedServiceWorker(Project project)
280280
[InlineData(BrowserKind.Chromium)]
281281
// LocalDB doesn't work on non Windows platforms
282282
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX)]
283+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30700")]
283284
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB(BrowserKind browserKind)
284285
{
285286
return BlazorWasmHostedTemplate_IndividualAuth_Works(browserKind, true);

0 commit comments

Comments
 (0)