diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index 8b90ae878f2a..6afe7639ee83 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -8,7 +8,6 @@ using Microsoft.AspNetCore.Components.E2ETest.Infrastructure; using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures; using Microsoft.AspNetCore.E2ETesting; -using Microsoft.AspNetCore.InternalTesting; using OpenQA.Selenium; using TestServer; using Xunit.Abstractions; @@ -1251,7 +1250,6 @@ public void PostingFormWithErrorsDoesNotExceedMaximumErrors() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54447")] public void CanBindToFormWithFiles() { var profilePicture = TempFile.Create(_tempDirectory, "txt", "This is a profile picture."); diff --git a/src/Components/test/E2ETest/Tests/RoutingTest.cs b/src/Components/test/E2ETest/Tests/RoutingTest.cs index 3b9ad5e8bf84..188e7c71f3bf 100644 --- a/src/Components/test/E2ETest/Tests/RoutingTest.cs +++ b/src/Components/test/E2ETest/Tests/RoutingTest.cs @@ -1679,7 +1679,6 @@ public void AnchorWithHrefToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSa } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")] public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement() { SetUrlViaPushState("/"); @@ -1696,7 +1695,6 @@ public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToE } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")] public void NavigationManagerNavigateToAnotherUrlWithHash_NavigatesToPageAndScrollsToElement() { SetUrlViaPushState("/"); diff --git a/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs b/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs index b50b5e787977..c0312202407d 100644 --- a/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs +++ b/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs @@ -28,14 +28,12 @@ protected override void InitializeAsyncCore() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")] public void HasTitle() { Assert.Equal("Blazor standalone", Browser.Title); } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")] public void HasHeading() { Assert.Equal("Hello, world!", Browser.Exists(By.TagName("h1")).Text); @@ -69,7 +67,6 @@ public void NavMenuHighlightsCurrentLocation() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")] public void CounterPageCanUseThreads() { // Navigate to "Counter" @@ -87,7 +84,6 @@ public void CounterPageCanUseThreads() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")] public void HasFetchDataPage() { // Navigate to "Fetch data" @@ -109,7 +105,6 @@ public void HasFetchDataPage() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")] public void IsStarted() { // Read from property