From cfc2e8391cf6cfe098455f9b77eb9c3695bb41c6 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 24 Apr 2017 15:07:43 +0200 Subject: [PATCH] :hammer: removed too long running tests --- test/src/unit-unicode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/src/unit-unicode.cpp b/test/src/unit-unicode.cpp index 67e973468..120941eec 100644 --- a/test/src/unit-unicode.cpp +++ b/test/src/unit-unicode.cpp @@ -913,6 +913,7 @@ TEST_CASE("Unicode", "[hide]") } } +#if 0 SECTION("incorrect sequences") { SECTION("high surrogate without low surrogate") @@ -927,7 +928,6 @@ TEST_CASE("Unicode", "[hide]") } } -#if 0 SECTION("high surrogate with wrong low surrogate") { // D800..DBFF are high surrogates and must be followed by low @@ -947,7 +947,6 @@ TEST_CASE("Unicode", "[hide]") } } } -#endif SECTION("low surrogate without high surrogate") { @@ -962,6 +961,7 @@ TEST_CASE("Unicode", "[hide]") } } +#endif } SECTION("read all unicode characters") -- GitLab