File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Components/test/E2ETest/Tests
Hosting/test/FunctionalTests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void CachesResourcesAfterFirstLoad()
4848 var initialResourcesRequested = GetAndClearRequestedPaths ( ) ;
4949 Assert . NotEmpty ( initialResourcesRequested . Where ( path => path . EndsWith ( "/blazor.boot.json" ) ) ) ;
5050 Assert . NotEmpty ( initialResourcesRequested . Where ( path => path . EndsWith ( "/dotnet.wasm" ) ) ) ;
51- Assert . NotEmpty ( initialResourcesRequested . Where ( path => path . EndsWith ( "/dotnet.timezones.dat" ) ) ) ;
51+ Assert . NotEmpty ( initialResourcesRequested . Where ( path => path . EndsWith ( "/dotnet.timezones.dat" ) ) ) ;
5252 Assert . NotEmpty ( initialResourcesRequested . Where ( path => path . EndsWith ( ".js" ) ) ) ;
5353 Assert . NotEmpty ( initialResourcesRequested . Where ( path => path . EndsWith ( ".dll" ) ) ) ;
5454
@@ -66,6 +66,7 @@ public void CachesResourcesAfterFirstLoad()
6666 }
6767
6868 [ Fact ]
69+ [ QuarantinedTest ]
6970 public void IncrementallyUpdatesCache ( )
7071 {
7172 // Perform a first load to populate the cache
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ public WebHostBuilderTests(ITestOutputHelper output) : base(output) { }
2020 . WithTfms ( Tfm . Net50 ) ;
2121
2222 [ ConditionalTheory ]
23+ [ QuarantinedTest ]
2324 [ MemberData ( nameof ( TestVariants ) ) ]
2425 public async Task InjectedStartup_DefaultApplicationNameIsEntryAssembly ( TestVariant variant )
2526 {
You can’t perform that action at this time.
0 commit comments