Skip to content

Commit 20a0bf8

Browse files
committed
Speed tests by skipping validation of big.json
1 parent d6aaece commit 20a0bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ if ( ENABLE_TESTS )
222222
file ( GLOB INVALID_JSON "${DATA_DIR}/inputs/*invalid*.json" )
223223

224224
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
225227

226228
foreach ( VALID_JSON ${JSON_INPUTS} )
227229
get_filename_component ( TESTNAME "${VALID_JSON}" NAME )

0 commit comments

Comments
 (0)