File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ protected override void InitializeAsyncCore()
2929 }
3030
3131 [ Fact ]
32+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/58242" ) ]
3233 public void HasTitle ( )
3334 {
3435 Assert . Equal ( "Blazor standalone" , Browser . Title ) ;
3536 }
3637
3738 [ Fact ]
39+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/58242" ) ]
3840 public void HasHeading ( )
3941 {
4042 Assert . Equal ( "Hello, world!" , Browser . Exists ( By . TagName ( "h1" ) ) . Text ) ;
@@ -86,6 +88,7 @@ public void CounterPageCanUseThreads()
8688 }
8789
8890 [ Fact ]
91+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
8992 public void HasFetchDataPage ( )
9093 {
9194 // Navigate to "Fetch data"
@@ -107,6 +110,7 @@ public void HasFetchDataPage()
107110 }
108111
109112 [ Fact ]
113+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
110114 public void IsStarted ( )
111115 {
112116 // Read from property
You can’t perform that action at this time.
0 commit comments