aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/Makefile.am')
-rw-r--r--src/integration-tests/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 33c6a3832..59daff4f6 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -12,11 +12,11 @@ noinst_SCRIPTS = \
12 12
13if HAVE_PYTHON 13if HAVE_PYTHON
14check_SCRIPTS = \ 14check_SCRIPTS = \
15 test_integration_bootstrap_and_connect.py \ 15 # test_integration_bootstrap_and_connect.py \
16 test_integration_disconnect.py \ 16 # test_integration_disconnect.py \
17 test_integration_disconnect_nat.py \ 17 # test_integration_disconnect_nat.py \
18 test_integration_reconnect.py \ 18 # test_integration_reconnect.py \
19 test_integration_reconnect_nat.py 19 # test_integration_reconnect_nat.py
20# test_integration_clique.py 20# test_integration_clique.py
21endif 21endif
22 22