Skip to content

Commit 97714a6

Browse files
committed
Quarantine remaining ThreadingAppTest methods
1 parent aa524a2 commit 97714a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

3131
[Fact]
32+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54761")]
3233
public void HasTitle()
3334
{
3435
Assert.Equal("Blazor standalone", Browser.Title);
3536
}
3637

3738
[Fact]
39+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54761")]
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

0 commit comments

Comments
 (0)