summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-02-05 10:11:40 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-02-05 10:11:40 +0100
commitd4d66c6945a57e3509d35b7c78491277ba8fac0e (patch)
tree4f7d0725ab39fdb2a070214237db7f7f185bcba6 /tests
parent54244ca8601102f932803247e599f7e8d10a81cb (diff)
downloadempathy-d4d66c6945a57e3509d35b7c78491277ba8fac0e.tar.gz
tests: disable empathy-tls-testEMPATHY_3_7_5
The test is currently broken because tests/certificates/dhansak-collabora.cer expired. I opened bgo#693190 to fix it.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fdd67482a..8049dd56a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,8 +32,8 @@ tests_list = \
empathy-chatroom-test \
empathy-chatroom-manager-test \
empathy-parser-test \
- empathy-live-search-test \
- empathy-tls-test
+ empathy-live-search-test
+ #empathy-tls-test
noinst_PROGRAMS = $(tests_list)
TESTS = $(tests_list)