mirror of
https://github.com/nlohmann/json.git
synced 2026-02-24 20:36:27 +00:00
exclude Unicode tests from Valgrind to avoid timeout
This commit is contained in:
@@ -8716,7 +8716,7 @@ TEST_CASE("compliance tests from nativejson-benchmark")
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("Unicode")
|
||||
TEST_CASE("Unicode", "[hide]")
|
||||
{
|
||||
SECTION("full enumeration of Unicode codepoints")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user