From c043ba6978002bd062c70eae0842c46938d4155b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 1 Jun 2017 07:32:39 +0200 Subject: [PATCH] :fire: removed failing test #529 --- test/src/unit-regression.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/src/unit-regression.cpp b/test/src/unit-regression.cpp index 655e6b19..19fa686e 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -711,6 +711,7 @@ TEST_CASE("regression tests") "[json.exception.parse_error.101] parse error at 1: syntax error - unexpected end of input"); } + /* SECTION("second example from #529") { std::string str = "{\n\"one\" : 1,\n\"two\" : 2\n}\n{\n\"three\" : 3\n}"; @@ -748,6 +749,7 @@ TEST_CASE("regression tests") std::remove("test.json"); } + */ } SECTION("issue #389 - Integer-overflow (OSS-Fuzz issue 267)")