Skip to content

Commit 06f7909

Browse files
authored
Quarantine 2 tests
1 parent 11c8955 commit 06f7909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ protected override void InitializeAsyncCore()
3333
public override Task InitializeAsync() => base.InitializeAsync(Guid.NewGuid().ToString());
3434

3535
[Fact]
36+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32788")]
3637
public void HasTitle()
3738
{
3839
Assert.Equal("E2EPerformance", Browser.Title);
3940
}
4041

4142
[Fact]
43+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32788")]
4244
public void BenchmarksRunWithoutError()
4345
{
4446
// In CI, we only verify that the benchmarks run without throwing any

0 commit comments

Comments
 (0)