Skip to content

Commit

Permalink
Quarantining tests (#30702)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Mar 6, 2021
1 parent 2c658e1 commit 23c6469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Hosting/Hosting/test/WebHostBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
using Microsoft.AspNetCore.Hosting.Tests.Fakes;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Testing;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
Expand Down Expand Up @@ -114,6 +115,7 @@ public async Task MultipleUseStartupCallsLastWins(IWebHostBuilder builder)

[Theory]
[MemberData(nameof(DefaultWebHostBuildersWithConfig))]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30582")]
public async Task UseStartupFactoryWorks(IWebHostBuilder builder)
{
void ConfigureServices(IServiceCollection services) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ private void ValidatePublishedServiceWorker(Project project)
[InlineData(BrowserKind.Chromium)]
// LocalDB doesn't work on non Windows platforms
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX)]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30700")]
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB(BrowserKind browserKind)
{
return BlazorWasmHostedTemplate_IndividualAuth_Works(browserKind, true);
Expand Down

0 comments on commit 23c6469

Please sign in to comment.