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 8495e89cd7f4536468c9e79a45dbee06c271f0aa..c56895de1b28206fb96dbfd845ededaf60ea48d5 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"
+                }
+            ]
+        }
     }
 ]