diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CoreFX/CoreFX.issues.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 25970b3f23..972dcec53f 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -676,6 +676,10 @@ { "name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_Point", "reason": "https://github.com/dotnet/corefx/issues/30180" + }, + { + "name": "System.Drawing.Tests.IconTests.ExtractAssociatedIcon_InvalidFilePath_ThrowsArgumentException", + "reason": "https://github.com/dotnet/corefx/issues/34122" } ] } |