aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2015-12-07 10:13:22 +0000
committerMarco Trevisan (TreviƱo) <mail@3v1n0.net>2015-12-07 10:13:22 +0000
commita7274300ba0febe398bef6ac595d2a0722480fd6 (patch)
treeecef8a203c8134f20cfa046afd7f3b481da3d28e /tests/Makefile.am
parent1398225fea8d3d4143a5b167ad17e1dddfaf3916 (diff)
downloadlibdbusmenu-a7274300ba0febe398bef6ac595d2a0722480fd6.tar.gz
libdbusmenu-a7274300ba0febe398bef6ac595d2a0722480fd6.tar.bz2
libdbusmenu-a7274300ba0febe398bef6ac595d2a0722480fd6.zip
Disable test-json-instruction, hangs on buildds
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9e3e472..64e3e75 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,8 +17,9 @@ TESTS = \
if WANT_DBUSMENUDUMPER
if HAVE_VALGRIND
TESTS += \
- test-json \
- test-json-instruction
+ test-json
+# Hangs see https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/1429291
+# test-json-instruction
endif
endif