Disable MemoryCacheTest.Contains test (dotnet/corefx#41890)
authorViktor Hofer <viktor.hofer@microsoft.com>
Fri, 18 Oct 2019 18:58:41 +0000 (20:58 +0200)
committerStephen Toub <stoub@microsoft.com>
Fri, 18 Oct 2019 18:58:41 +0000 (14:58 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/b8048a1e2bd7ee776b4cb6df684db3a0b35886c1

src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching/MemoryCacheTest.cs

index 1b12b9e..a1479c4 100644 (file)
@@ -247,6 +247,7 @@ namespace MonoTests.System.Runtime.Caching
         }
 
         [Fact]
+        [ActiveIssue(37989)]
         public void Contains()
         {
             var mc = new PokerMemoryCache("MyCache");