From d1e73ce9548bb81d76524ad64cb70ebdc16beb67 Mon Sep 17 00:00:00 2001 From: Niels Date: Fri, 11 Nov 2016 17:31:37 +0100 Subject: [PATCH] hid an expensive test case --- test/src/unit-msgpack.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/src/unit-msgpack.cpp b/test/src/unit-msgpack.cpp index 442b184e..b8454159 100644 --- a/test/src/unit-msgpack.cpp +++ b/test/src/unit-msgpack.cpp @@ -610,7 +610,10 @@ TEST_CASE("MessagePack") } } } +} +TEST_CASE("MessagePack roundtrips", "[hide]") +{ SECTION("input from msgpack-python") { for (std::string filename :