Disable outdated tests
authorJan Kotas <jkotas@microsoft.com>
Sun, 3 Mar 2019 15:08:54 +0000 (07:08 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sun, 3 Mar 2019 15:08:54 +0000 (07:08 -0800)
tests/CoreFX/CoreFX.issues.json

index 3c494bc..957a86f 100644 (file)
     },
     {
         "name": "System.ComponentModel.TypeConverter.Tests",
-        "enabled": true,
+        "enabled": false,
         "exclusions": {
             "namespaces": null,
             "classes": null,
-            "methods": [
-                {
-                    "name": "System.ComponentModel.Tests.EnumConverterTests.ConvertFrom_ULongFlagsEnum_String",
-                    "reason": "System.OverflowException : Value was either too large or too small for an Int64"
-                },
-                {
-                    "name": "System.ComponentModel.Tests.EnumConverterTests.ConvertFrom_ULongFlagsEnum_EnumArray",
-                    "reason": "System.OverflowException : Value was either too large or too small for an Int64."
-                },
-                {
-                    "name": "System.ComponentModel.Tests.EnumConverterTests.ConvertTo_ULongFlagsEnum_EnumArray",
-                    "reason": "System.OverflowException : Value was either too large or too small for an Int64."
-                },
-                {
-                    "name": "System.ComponentModel.TypeConverterTests.SizeFConverterTests.ConvertTo",
-                    "reason" : "https://github.com/dotnet/coreclr/pull/22040"
-                },
-                {
-                    "name": "System.ComponentModel.TypeConverterTests.SizeFConverterTests.ConvertToString",
-                    "reason" : "https://github.com/dotnet/coreclr/pull/22040"
-                },
-                {
-                    "name": "System.ComponentModel.TypeConverterTests.SizeFConverterTests.ConvertToInvariantString",
-                    "reason" : "https://github.com/dotnet/coreclr/pull/22040"
-                },
-            ]
+            "methods": null
         }
     },
     {