Skip to content

Commit 1800160

Browse files
Unquarantine BootResourceCachingTest (#31154)
1 parent 033b1fb commit 1800160

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public override Task InitializeAsync()
4242
}
4343

4444
[Fact]
45-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27374")]
4645
public void CachesResourcesAfterFirstLoad()
4746
{
4847
// On the first load, we have to fetch everything
@@ -68,7 +67,6 @@ public void CachesResourcesAfterFirstLoad()
6867
}
6968

7069
[Fact]
71-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/20154")]
7270
public void IncrementallyUpdatesCache()
7371
{
7472
// Perform a first load to populate the cache

0 commit comments

Comments
 (0)