Skip to content

Commit 2aeb0ae

Browse files
committed
Quarantine 'ThreadingAppTest.HasHeading' and 'ThreadingAppTest.IsStarted'
- Microsoft.AspNetCore.Components.E2ETest.Tests.ThreadingAppTest.IsStarted - Microsoft.AspNetCore.Components.E2ETest.Tests.ThreadingAppTest.HasHeading Issue: dotnet#54754
1 parent 6c6361d commit 2aeb0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public void HasTitle()
3434
}
3535

3636
[Fact]
37+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")]
3738
public void HasHeading()
3839
{
3940
Assert.Equal("Hello, world!", Browser.Exists(By.TagName("h1")).Text);
@@ -105,6 +106,7 @@ public void HasFetchDataPage()
105106
}
106107

107108
[Fact]
109+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")]
108110
public void IsStarted()
109111
{
110112
// Read from property

0 commit comments

Comments
 (0)