diff options
author | Ted Gould <ted@gould.cx> | 2012-02-22 23:55:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-22 23:55:58 -0600 |
commit | fff9cc9a74a4dff4a424f3da3f2d6e82ff4266b8 (patch) | |
tree | 313884e3f9b9180cc8e1db04f6f09e1535f53609 | |
parent | 643496901cb7a12933f9897fee90b9496e5614e4 (diff) | |
download | libdbusmenu-fff9cc9a74a4dff4a424f3da3f2d6e82ff4266b8.tar.gz libdbusmenu-fff9cc9a74a4dff4a424f3da3f2d6e82ff4266b8.tar.bz2 libdbusmenu-fff9cc9a74a4dff4a424f3da3f2d6e82ff4266b8.zip |
Removing this test as it doesn't work properly with GTK currently
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index db2d469..6824c1c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,8 +25,10 @@ TESTS += \ test-gtk-label \ test-gtk-shortcut \ test-gtk-reorder \ - test-gtk-submenu \ test-gtk-parser-test +# Not working with GTK3 and a critical grab that is in +# the GTK3 code. +# test-gtk-submenu endif # The Python test only work on the system copy of |