From 1b1bd0e3e63ab66720fef5d30b7c16177c0d6e17 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 23 Oct 2017 12:01:50 +0200 Subject: [PATCH] :rewind: #714 is still not fixed --- 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 8883fd7c4..ed046ea17 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -1254,6 +1254,7 @@ TEST_CASE("regression tests") } } +/* SECTION("issue #714 - throw std::ios_base::failure exception when failbit set to true") { { @@ -1280,4 +1281,5 @@ TEST_CASE("regression tests") CHECK_NOTHROW(nlohmann::json::from_cbor(is)); } } +*/ }