Skip to content

Commit cac6eaf

Browse files
committed
Update WebHostBuilderTests.cs
1 parent 07c5850 commit cac6eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting/Hosting/test/WebHostBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public async Task MultipleUseStartupCallsLastWins(IWebHostBuilder builder)
114114

115115
[Theory]
116116
[MemberData(nameof(DefaultWebHostBuildersWithConfig))]
117+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30582")]
117118
public async Task UseStartupFactoryWorks(IWebHostBuilder builder)
118119
{
119120
void ConfigureServices(IServiceCollection services) { }
@@ -161,7 +162,6 @@ public async Task StartupCtorThrows_TypeLoadException(IWebHostBuilder builder)
161162

162163
[Theory]
163164
[MemberData(nameof(DefaultWebHostBuildersWithConfig))]
164-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30701")]
165165
public async Task IHostApplicationLifetimeRegisteredEvenWhenStartupCtorThrows_Fallback(IWebHostBuilder builder)
166166
{
167167
var server = new TestServer();

0 commit comments

Comments
 (0)