Skip to content

Commit 7af3eea

Browse files
halter73captainsafia
authored andcommitted
Unquarantine fixed tests that have not failed in 30 days (#57978)
1 parent 116ff30 commit 7af3eea

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
99
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
1010
using Microsoft.AspNetCore.E2ETesting;
11-
using Microsoft.AspNetCore.InternalTesting;
1211
using OpenQA.Selenium;
1312
using TestServer;
1413
using Xunit.Abstractions;
@@ -1251,7 +1250,6 @@ public void PostingFormWithErrorsDoesNotExceedMaximumErrors()
12511250
}
12521251

12531252
[Fact]
1254-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54447")]
12551253
public void CanBindToFormWithFiles()
12561254
{
12571255
var profilePicture = TempFile.Create(_tempDirectory, "txt", "This is a profile picture.");

src/Components/test/E2ETest/Tests/RoutingTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,6 @@ public void AnchorWithHrefToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSa
16791679
}
16801680

16811681
[Fact]
1682-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
16831682
public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement()
16841683
{
16851684
SetUrlViaPushState("/");
@@ -1696,7 +1695,6 @@ public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToE
16961695
}
16971696

16981697
[Fact]
1699-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
17001698
public void NavigationManagerNavigateToAnotherUrlWithHash_NavigatesToPageAndScrollsToElement()
17011699
{
17021700
SetUrlViaPushState("/");

src/Components/test/E2ETest/Tests/ThreadingAppTest.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ protected override void InitializeAsyncCore()
2828
}
2929

3030
[Fact]
31-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")]
3231
public void HasTitle()
3332
{
3433
Assert.Equal("Blazor standalone", Browser.Title);
3534
}
3635

3736
[Fact]
38-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")]
3937
public void HasHeading()
4038
{
4139
Assert.Equal("Hello, world!", Browser.Exists(By.TagName("h1")).Text);
@@ -69,7 +67,6 @@ public void NavMenuHighlightsCurrentLocation()
6967
}
7068

7169
[Fact]
72-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")]
7370
public void CounterPageCanUseThreads()
7471
{
7572
// Navigate to "Counter"
@@ -87,7 +84,6 @@ public void CounterPageCanUseThreads()
8784
}
8885

8986
[Fact]
90-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")]
9187
public void HasFetchDataPage()
9288
{
9389
// Navigate to "Fetch data"
@@ -109,7 +105,6 @@ public void HasFetchDataPage()
109105
}
110106

111107
[Fact]
112-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")]
113108
public void IsStarted()
114109
{
115110
// Read from property

0 commit comments

Comments
 (0)