Skip to content

Commit 5d32f2f

Browse files
committed
cmake: disable shortest_paths_test (timeout)
1 parent 24f63f3 commit 5d32f2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ortools/graph/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ target_link_libraries(${NAME} PRIVATE
4646

4747
if(BUILD_TESTING)
4848
file(GLOB _TEST_SRCS "*_test.cc")
49+
list(FILTER _TEST_SRCS EXCLUDE REGEX "shortest_paths_test.cc") # timeout
4950
list(FILTER _TEST_SRCS EXCLUDE REGEX "max_flow_test.cc")
5051
foreach(_FULL_FILE_NAME IN LISTS _TEST_SRCS)
5152
get_filename_component(_NAME ${_FULL_FILE_NAME} NAME_WE)

0 commit comments

Comments
 (0)