aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
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