File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
8
8
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
9
9
using Microsoft . AspNetCore . E2ETesting ;
10
+ using Microsoft . AspNetCore . Testing ;
10
11
using OpenQA . Selenium ;
11
12
using OpenQA . Selenium . Support . UI ;
12
13
using Xunit ;
@@ -35,6 +36,7 @@ protected override void InitializeAsyncCore()
35
36
}
36
37
37
38
[ Fact ]
39
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/23856" ) ]
38
40
public void CanLazyLoadOnRouteChange ( )
39
41
{
40
42
// Navigate to a page without any lazy-loaded dependencies
@@ -59,6 +61,7 @@ public void CanLazyLoadOnRouteChange()
59
61
}
60
62
61
63
[ Fact ]
64
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/23856" ) ]
62
65
public void CanLazyLoadOnFirstVisit ( )
63
66
{
64
67
// Navigate to a page with lazy loaded assemblies for the first time
You can’t perform that action at this time.
0 commit comments