Skip to content

Commit 7ae9b08

Browse files
committed
test: avoid download clash
1 parent 61e8e5b commit 7ae9b08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ foreach(execid input1d_layer input3d_layer dense_layer conv2d_layer maxpool2d_la
44

55
add_test(NAME test_${execid} COMMAND test_${execid})
66
endforeach()
7+
8+
set_tests_properties(test_dense_network_from_keras test_io_hdf5 test_keras_read_model PROPERTIES
9+
RESOURCE_LOCK download
10+
)

0 commit comments

Comments
 (0)