Skip to content

Commit

Permalink
Unquarantine UseStartupFactoryWorks (#31297)
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 authored Mar 30, 2021
1 parent 364564f commit 4d1412c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Hosting/Hosting/test/WebHostBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ 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

0 comments on commit 4d1412c

Please sign in to comment.