Skip to content

Commit 241d17f

Browse files
wtgodbedougbu
authored andcommitted
Quarantine 2 tests
1 parent 00ef33d commit 241d17f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)