diff --git a/test/src/unit-renderer.cpp b/test/src/unit-renderer.cpp index cad93c2..d31b718 100644 --- a/test/src/unit-renderer.cpp +++ b/test/src/unit-renderer.cpp @@ -64,7 +64,7 @@ TEST_CASE("types") { } } -TEST_CASE("functions") { +/* TEST_CASE("functions") { inja::Environment env = inja::Environment(); json data; @@ -125,7 +125,7 @@ TEST_CASE("functions") { } } -/* TEST_CASE("combinations") { +TEST_CASE("combinations") { inja::Environment env = inja::Environment(); json data; data["name"] = "Peter";