Add outdated test to CoreFX.issues.json
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Wed, 26 Sep 2018 17:39:43 +0000 (10:39 -0700)
committerJeremy Koritzinsky <jekoritz@microsoft.com>
Wed, 26 Sep 2018 17:39:43 +0000 (10:39 -0700)
tests/CoreFX/CoreFX.issues.json

index 8495e89..c56895d 100644 (file)
                 }
             ]
         }
+    },
+    {
+        "name": "System.Runtime.InteropServices.Tests",
+        "enabled": true,
+        "exclusions": {
+            "namespaces": null,
+            "classes": null,
+            "methods": [
+                {
+                    "name" : "System.Runtime.InteropServices.Tests.SafeBufferTests.Initialize_NumBytesTimesSizeOfEachElement_ThrowsOverflowException",
+                    "reason" : "https://github.com/dotnet/coreclr/pull/20132"
+                }
+            ]
+        }
     }
 ]