File tree 2 files changed +3
-0
lines changed
ProjectTemplates/BlazorTemplates.Tests 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 15
15
using Microsoft . AspNetCore . Hosting . Tests . Fakes ;
16
16
using Microsoft . AspNetCore . Http ;
17
17
using Microsoft . AspNetCore . Http . Features ;
18
+ using Microsoft . AspNetCore . Testing ;
18
19
using Microsoft . Extensions . Configuration ;
19
20
using Microsoft . Extensions . DependencyInjection ;
20
21
using Microsoft . Extensions . Hosting ;
@@ -114,6 +115,7 @@ public async Task MultipleUseStartupCallsLastWins(IWebHostBuilder builder)
114
115
115
116
[ Theory ]
116
117
[ MemberData ( nameof ( DefaultWebHostBuildersWithConfig ) ) ]
118
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/30582" ) ]
117
119
public async Task UseStartupFactoryWorks ( IWebHostBuilder builder )
118
120
{
119
121
void ConfigureServices ( IServiceCollection services ) { }
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ private void ValidatePublishedServiceWorker(Project project)
280
280
[ InlineData ( BrowserKind . Chromium ) ]
281
281
// LocalDB doesn't work on non Windows platforms
282
282
[ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
283
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/30700" ) ]
283
284
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB ( BrowserKind browserKind )
284
285
{
285
286
return BlazorWasmHostedTemplate_IndividualAuth_Works ( browserKind , true ) ;
You can’t perform that action at this time.
0 commit comments