File: disable_test.patch

package info (click to toggle)
libnetfilter-conntrack 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,576 kB
  • sloc: ansic: 12,534; sh: 5,175; makefile: 188
file content (18 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Jeremy Sowden <jeremy@azazel.net>
Last-Update: 2022-04-09
Forwarded: not-needed
Description: disable test which cannot be run stand-alone
 The 'test_filter' test requires an external source of CT events and
 blocks till these arrive.

--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,7 +5,7 @@
 
 EXTRA_DIST = qa-connlabel.conf
 
-TESTS = test_api test_filter test_connlabel
+TESTS = test_api test_connlabel
 
 test_api_SOURCES = test_api.c
 test_api_LDADD = ../src/libnetfilter_conntrack.la