Skip to content

Commit

Permalink
Disable Microsoft.Extensions.Caching.Memory.CapacityTests.DoNotAddIfS…
Browse files Browse the repository at this point in the history
…izeOverflows

Issue: dotnet#33993,
dotnet#39241
  • Loading branch information
BruceForstall committed Jul 26, 2020
1 parent 90619d5 commit b6a3957
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public void DoNotAddEntryIfItExceedsCapacity()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/33993")]
public async Task DoNotAddIfSizeOverflows()
{
var cache = new MemoryCache(new MemoryCacheOptions { SizeLimit = long.MaxValue });
Expand Down

0 comments on commit b6a3957

Please sign in to comment.