Skip to content

Commit a5cd2f3

Browse files
dberzanoktf
authored andcommitted
Disable flp2epn-distributed test temporarily (#390)
1 parent ddcaaac commit a5cd2f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Examples/flp2epn-distributed/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ ForEach (_file RANGE 0 ${_length})
5656
)
5757
EndForEach (_file RANGE 0 ${_length})
5858

59-
add_test(NAME run_flp2epn_distributed COMMAND ${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh)
60-
set_tests_properties(run_flp2epn_distributed PROPERTIES TIMEOUT "30")
61-
set_tests_properties(run_flp2epn_distributed PROPERTIES PASS_REGULAR_EXPRESSION "acknowledged after")
59+
#add_test(NAME run_flp2epn_distributed COMMAND ${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh)
60+
#set_tests_properties(run_flp2epn_distributed PROPERTIES TIMEOUT "30")
61+
#set_tests_properties(run_flp2epn_distributed PROPERTIES PASS_REGULAR_EXPRESSION "acknowledged after")
6262

6363
install(FILES ${CMAKE_BINARY_DIR}/bin/startFLP2EPN-distributed.sh
6464
${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh

0 commit comments

Comments
 (0)