File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ public async Task MultipleUseStartupCallsLastWins(IWebHostBuilder builder)
114
114
115
115
[ Theory ]
116
116
[ MemberData ( nameof ( DefaultWebHostBuildersWithConfig ) ) ]
117
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/30582" ) ]
117
118
public async Task UseStartupFactoryWorks ( IWebHostBuilder builder )
118
119
{
119
120
void ConfigureServices ( IServiceCollection services ) { }
@@ -161,7 +162,6 @@ public async Task StartupCtorThrows_TypeLoadException(IWebHostBuilder builder)
161
162
162
163
[ Theory ]
163
164
[ MemberData ( nameof ( DefaultWebHostBuildersWithConfig ) ) ]
164
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/30701" ) ]
165
165
public async Task IHostApplicationLifetimeRegisteredEvenWhenStartupCtorThrows_Fallback ( IWebHostBuilder builder )
166
166
{
167
167
var server = new TestServer ( ) ;
You can’t perform that action at this time.
0 commit comments