From a44a772cc6494f0fd0a0d6477ca925bd75f87037 Mon Sep 17 00:00:00 2001 From: Dario Berzano Date: Fri, 19 May 2017 13:58:21 +0200 Subject: [PATCH] Disable flp2epn-distributed test temporarily --- Examples/flp2epn-distributed/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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