We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ef33d commit 241d17fCopy full SHA for 241d17f
src/Components/test/E2ETest/Tests/PerformanceTest.cs
@@ -33,12 +33,14 @@ protected override void InitializeAsyncCore()
33
public override Task InitializeAsync() => base.InitializeAsync(Guid.NewGuid().ToString());
34
35
[Fact]
36
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32788")]
37
public void HasTitle()
38
{
39
Assert.Equal("E2EPerformance", Browser.Title);
40
}
41
42
43
44
public void BenchmarksRunWithoutError()
45
46
// In CI, we only verify that the benchmarks run without throwing any
0 commit comments