We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aaece commit 20a0bf8Copy full SHA for 20a0bf8
CMakeLists.txt
@@ -222,6 +222,8 @@ if ( ENABLE_TESTS )
222
file ( GLOB INVALID_JSON "${DATA_DIR}/inputs/*invalid*.json" )
223
224
list ( REMOVE_ITEM JSON_INPUTS ${INVALID_JSON} )
225
+ list ( REMOVE_ITEM JSON_INPUTS "${DATA_DIR}/inputs/big.json" ) # This takes too long and is valid
226
+ # JSON from a trusted source
227
228
foreach ( VALID_JSON ${JSON_INPUTS} )
229
get_filename_component ( TESTNAME "${VALID_JSON}" NAME )
0 commit comments