File tree 2 files changed +3
-1
lines changed
src/libraries/Microsoft.Extensions.Caching.Memory/tests
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ public void RemovingEntryDecreasesCacheSize()
306
306
}
307
307
308
308
[ Fact ]
309
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/33993" ) ]
309
310
public async Task ExpiringEntryDecreasesCacheSize ( )
310
311
{
311
312
var cache = new MemoryCache ( new MemoryCacheOptions
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ public void SetGetAndRemoveWorksWithObjectKeysWhenDifferentReferences()
443
443
}
444
444
445
445
[ Fact ]
446
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/33993" , TestRuntimes . Mono ) ]
446
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/33993" ) ]
447
447
public void GetAndSet_AreThreadSafe_AndUpdatesNeverLeavesNullValues ( )
448
448
{
449
449
var cache = CreateCache ( ) ;
@@ -497,6 +497,7 @@ public void GetAndSet_AreThreadSafe_AndUpdatesNeverLeavesNullValues()
497
497
}
498
498
499
499
[ Fact ]
500
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/33993" ) ]
500
501
public void OvercapacityPurge_AreThreadSafe ( )
501
502
{
502
503
var cache = new MemoryCache ( new MemoryCacheOptions
You can’t perform that action at this time.
0 commit comments