Skip to content

Commit

Permalink
Update WebHostBuilderTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Mar 5, 2021
1 parent 07c5850 commit cac6eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hosting/Hosting/test/WebHostBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,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 Expand Up @@ -161,7 +162,6 @@ public async Task StartupCtorThrows_TypeLoadException(IWebHostBuilder builder)

[Theory]
[MemberData(nameof(DefaultWebHostBuildersWithConfig))]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30701")]
public async Task IHostApplicationLifetimeRegisteredEvenWhenStartupCtorThrows_Fallback(IWebHostBuilder builder)
{
var server = new TestServer();
Expand Down

0 comments on commit cac6eaf

Please sign in to comment.