Skip to content

Commit

Permalink
Add ActiveIssue attr in the MemoryCacheTest
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed May 28, 2021
1 parent df5bdfe commit d9d4cc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,7 @@ public class MemoryCacheTestExpires4
{
public static bool SupportsPhysicalMemoryMonitor => MemoryCacheTest.SupportsPhysicalMemoryMonitor;

[ActiveIssue("https://github.com/dotnet/runtime/issues/53022", TestPlatforms.Browser)]
[ConditionalFact(nameof(SupportsPhysicalMemoryMonitor))]
public async Task TestCacheShrink()
{
Expand Down

0 comments on commit d9d4cc5

Please sign in to comment.