Skip to content

Commit 7681704

Browse files
committed
Unquarantine UseStartupFactoryWorks
1 parent 5189524 commit 7681704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Hosting/Hosting/test/WebHostBuilderTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public async Task MultipleUseStartupCallsLastWins(IWebHostBuilder builder)
115115

116116
[Theory]
117117
[MemberData(nameof(DefaultWebHostBuildersWithConfig))]
118-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30582")]
119118
public async Task UseStartupFactoryWorks(IWebHostBuilder builder)
120119
{
121120
void ConfigureServices(IServiceCollection services) { }

0 commit comments

Comments
 (0)