We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6188933 commit a1360e9Copy full SHA for a1360e9
src/Components/test/E2ETest/Tests/BootResourceCachingTest.cs
@@ -9,6 +9,7 @@
9
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
10
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
11
using Microsoft.AspNetCore.E2ETesting;
12
+using Microsoft.AspNetCore.Testing;
13
using Microsoft.Extensions.DependencyInjection;
14
using OpenQA.Selenium;
15
using OpenQA.Selenium.Support.UI;
@@ -38,6 +39,7 @@ public override Task InitializeAsync()
38
39
}
40
41
[Fact]
42
+ [QuarantinedTest]
43
public void CachesResourcesAfterFirstLoad()
44
{
45
// On the first load, we have to fetch everything
0 commit comments