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 033b1fb commit 1800160Copy full SHA for 1800160
src/Components/test/E2ETest/Tests/BootResourceCachingTest.cs
@@ -42,7 +42,6 @@ public override Task InitializeAsync()
42
}
43
44
[Fact]
45
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27374")]
46
public void CachesResourcesAfterFirstLoad()
47
{
48
// On the first load, we have to fetch everything
@@ -68,7 +67,6 @@ public void CachesResourcesAfterFirstLoad()
68
67
69
70
71
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/20154")]
72
public void IncrementallyUpdatesCache()
73
74
// Perform a first load to populate the cache
0 commit comments