aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-06-24 15:25:59 -0500
committerTed Gould <ted@gould.cx>2013-06-24 15:25:59 -0500
commit02af0640883e3540cb4c80c2720711f649b4650f (patch)
treedabd081ce54c945c8ee6dd2a35a006c30187bd97
parent1d397743a5ad00a9cb169be993e66afba99dc06f (diff)
downloadlibdbusmenu-02af0640883e3540cb4c80c2720711f649b4650f.tar.gz
libdbusmenu-02af0640883e3540cb4c80c2720711f649b4650f.tar.bz2
libdbusmenu-02af0640883e3540cb4c80c2720711f649b4650f.zip
Disabling the gtk-parser test as we won't be able to debug it
-rw-r--r--tests/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 32f36b7..177b4d8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -28,8 +28,12 @@ TESTS += \
test-gtk-label \
test-gtk-shortcut \
test-gtk-reorder \
- test-gtk-remove \
- test-gtk-parser-test
+ test-gtk-remove
+# This is failing on Jenkins ARM but no where else that we
+# can get debug output. So we're going to disable it for now
+# as we have unity-gtk-module doing the majority of our GTK
+# menu parsing today.
+# test-gtk-parser-test
# Not working with GTK3 and a critical grab that is in
# the GTK3 code.
# test-gtk-submenu