summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-26 10:37:23 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-14 10:26:18 +0200
commit2a92e5b38c8546f0b715c24eea3e9c517a66fbc4 (patch)
tree42b7b94ce32d11279965204396eab77f53b1bbfe
parent9f6b2e20b5aa0fada8211dac39c184ad3b87aa95 (diff)
Disable running tests that require the kernel module sctp
Gbp-Pq: Name 0004-Disable-running-tests-that-require-the-kernel-module.patch
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index eaaaa94..2874fbf 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -19,7 +19,6 @@ ENDIF(OPT_TEST_ARGUMENTS)
#############################
# List the test cases
SET(TEST_LIST
- testsctp
testostr
testfifo
testpeers
@@ -28,7 +27,6 @@ SET(TEST_LIST
testmesg_stress
testsess
testdisp
- testcnx
testloadext
)