From f1b831fd900f7a1bda14d92f49b4dd9540feb29e Mon Sep 17 00:00:00 2001
From: Stephan Erb <steve-e@h3c.de>
Date: Wed, 24 Dec 2008 13:43:42 +0000
Subject: [PATCH] Temporary disable regression tests on commit.

---
 test/runtests.py | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/test/runtests.py b/test/runtests.py
index 1d513c416d..3566653e48 100755
--- a/test/runtests.py
+++ b/test/runtests.py
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 
+
+'''
+Runs Gajim's Test Suite
+
+Non GUI related tests will be run on each commit.
+'''
+
 import sys
 import unittest
 import getopt
@@ -28,14 +35,16 @@ for o, a in opts:
 			sys.exit(2)
 
 # new test modules need to be added manually
-modules = ( 'test_caps',
-				'test_dispatcher_nb',
-)
+modules = ()
 
 if use_x:
 	modules += ('test_misc_interface',
 					'test_roster',
 					'test_sessions',
+					'test_resolver',
+					'test_caps',
+					'test_dispatcher_nb',
+					'test_nonblockingtcp',
 	)
 
 nb_errors = 0
-- 
GitLab