summaryrefslogtreecommitdiff
path: root/debian/patches/0004-Disable-twmc-test-since-it-is-unreliable.patch
blob: 5808573fd2a17a565d04260ea341d406ec28c0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Fri, 18 Oct 2019 20:35:17 +0200
Subject: Disable twmc test since it is unreliable

---
 tests/CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 06f2d6b..ca0dff5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -22,11 +22,11 @@ add_test(
 )
 set_tests_properties(map9v3-mincut PROPERTIES DEPENDS install_in_tmp)
 
-add_test(
-    NAME map9v3-twmc
-    COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/twmc/runtest.sh ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} map9v3
-)
-set_tests_properties(map9v3-twmc PROPERTIES DEPENDS install_in_tmp)
+#add_test(
+#    NAME map9v3-twmc
+#    COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/twmc/runtest.sh ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} map9v3
+#)
+#set_tests_properties(map9v3-twmc PROPERTIES DEPENDS install_in_tmp)
 
 add_test(
     NAME map9v3_other_seed