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-08-26 10:41:29 +0200
commit92e067c6d2600af0e3f1185eaf2f815a2b4a5068 (patch)
treefaf2d06297ffc8c037b0723766f48d7f3e7afc74
parent52ea80c78e0495c9ed7cf74889a493f2c8c9eb10 (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
)