Skip flaky test

This commit is contained in:
Pranav K 2020-03-25 14:27:49 -07:00
parent de2fa4c69c
commit 263cf0bbd2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
Assert.Empty(subsequentResourcesRequested.Where(path => path.EndsWith(".dll"))); Assert.Empty(subsequentResourcesRequested.Where(path => path.EndsWith(".dll")));
} }
[Fact] [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/20154")]
public void IncrementallyUpdatesCache() public void IncrementallyUpdatesCache()
{ {
// Perform a first load to populate the cache // Perform a first load to populate the cache