@@ -28,22 +28,19 @@ protected override void InitializeAsyncCore()
2828 WaitUntilLoaded ( ) ;
2929 }
3030
31- [ Fact ]
32- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
31+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/63524" ) ]
3332 public void HasTitle ( )
3433 {
3534 Assert . Equal ( "Blazor standalone" , Browser . Title ) ;
3635 }
3736
38- [ Fact ]
39- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
37+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/63524" ) ]
4038 public void HasHeading ( )
4139 {
4240 Assert . Equal ( "Hello, world!" , Browser . Exists ( By . TagName ( "h1" ) ) . Text ) ;
4341 }
4442
45- [ Fact ]
46- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54497" ) ]
43+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/63524" ) ]
4744 public void NavMenuHighlightsCurrentLocation ( )
4845 {
4946 var activeNavLinksSelector = By . CssSelector ( ".sidebar a.active" ) ;
@@ -69,8 +66,7 @@ public void NavMenuHighlightsCurrentLocation()
6966 item => Assert . Equal ( "Home" , item . Text . Trim ( ) ) ) ;
7067 }
7168
72- [ Fact ]
73- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/58242" ) ]
69+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/63524" ) ]
7470 public void CounterPageCanUseThreads ( )
7571 {
7672 // Navigate to "Counter"
@@ -87,8 +83,7 @@ public void CounterPageCanUseThreads()
8783 Browser . NotEqual ( "Current count: 0" , ( ) => Browser . Exists ( By . CssSelector ( "h1 + p" ) ) . Text ) ;
8884 }
8985
90- [ Fact ]
91- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
86+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/63524" ) ]
9287 public void HasFetchDataPage ( )
9388 {
9489 // Navigate to "Fetch data"
@@ -109,8 +104,7 @@ public void HasFetchDataPage()
109104 }
110105 }
111106
112- [ Fact ]
113- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
107+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/63524" ) ]
114108 public void IsStarted ( )
115109 {
116110 // Read from property
0 commit comments