Skip to content

Commit a1360e9

Browse files
authored
Quarantine flaky test (#22662)
1 parent 6188933 commit a1360e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
1010
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
1111
using Microsoft.AspNetCore.E2ETesting;
12+
using Microsoft.AspNetCore.Testing;
1213
using Microsoft.Extensions.DependencyInjection;
1314
using OpenQA.Selenium;
1415
using OpenQA.Selenium.Support.UI;
@@ -38,6 +39,7 @@ public override Task InitializeAsync()
3839
}
3940

4041
[Fact]
42+
[QuarantinedTest]
4143
public void CachesResourcesAfterFirstLoad()
4244
{
4345
// On the first load, we have to fetch everything

0 commit comments

Comments
 (0)