diff --git a/Examples/flp2epn-distributed/CMakeLists.txt b/Examples/flp2epn-distributed/CMakeLists.txt index 38cbb644cf6ff..edbb9a41e35bf 100644 --- a/Examples/flp2epn-distributed/CMakeLists.txt +++ b/Examples/flp2epn-distributed/CMakeLists.txt @@ -56,9 +56,9 @@ ForEach (_file RANGE 0 ${_length}) ) EndForEach (_file RANGE 0 ${_length}) -add_test(NAME run_flp2epn_distributed COMMAND ${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh) -set_tests_properties(run_flp2epn_distributed PROPERTIES TIMEOUT "30") -set_tests_properties(run_flp2epn_distributed PROPERTIES PASS_REGULAR_EXPRESSION "acknowledged after") +#add_test(NAME run_flp2epn_distributed COMMAND ${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh) +#set_tests_properties(run_flp2epn_distributed PROPERTIES TIMEOUT "30") +#set_tests_properties(run_flp2epn_distributed PROPERTIES PASS_REGULAR_EXPRESSION "acknowledged after") install(FILES ${CMAKE_BINARY_DIR}/bin/startFLP2EPN-distributed.sh ${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh