Skip to content

Commit

Permalink
Disable another failing MemoryCache test (#54578)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Jun 23, 2021
1 parent ac106e8 commit 1f5033c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ public void OvercapacityPurge_AreThreadSafe()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/33993")]
public void AddAndReplaceEntries_AreThreadSafe()
{
var cache = new MemoryCache(new MemoryCacheOptions
Expand Down

0 comments on commit 1f5033c

Please sign in to comment.