Temporarily disabling a RealParser test.
authorTanner Gooding <tagoo@outlook.com>
Thu, 7 Mar 2019 18:59:13 +0000 (10:59 -0800)
committerTanner Gooding <tagoo@outlook.com>
Thu, 7 Mar 2019 18:59:13 +0000 (10:59 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/ee943b6c257e8e05c96d3a91bea418cb9c095972

src/libraries/Common/tests/System/RealParserTestsBase.netcoreapp.cs

index 035bd7c..1cab219 100644 (file)
@@ -141,7 +141,7 @@ namespace System.Tests
         [InlineData("0.0", 0x0000000000000000ul)]
         [InlineData("1.0e-99999999999999999999", 0x0000000000000000ul)]
         [InlineData("0e-99999999999999999999", 0x0000000000000000ul)]
-        [InlineData("0e99999999999999999999", 0x0000000000000000ul)]
+        [InlineData("0e99999999999999999999", 0x0000000000000000ul, Skip = "https://github.com/dotnet/corefx/issues/35864")]
         // Verify small and large exactly representable integers:
         [InlineData("1", 0x3ff0000000000000)]
         [InlineData("2", 0x4000000000000000)]