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-09-04 19:51:42 +0200
commitbd1c26fdd0b98f56b8187d29a4dd117f302a9291 (patch)
tree4fed0cb933ce723a373c27a593cec1df8b3a1f48
parent72c827875b9407cc47a3c575edecd0917241b379 (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
)