diff options
| author | Luke Yelavich <luke.yelavich@canonical.com> | 2012-03-08 15:49:05 +1100 |
|---|---|---|
| committer | Luke Yelavich <luke.yelavich@canonical.com> | 2012-03-08 15:49:05 +1100 |
| commit | 357e0a1e969d2613b81f833a2936bcc71fc2470c (patch) | |
| tree | b08d95af4e3412974c382e96cdfab4b4178549cf /tests/Makefile.am | |
| parent | 13ca9a89915c4a06806d5f46bf304e2952848bd2 (diff) | |
| parent | 33290b94668dec767edc167826e32f953f2e15ef (diff) | |
| download | libdbusmenu-357e0a1e969d2613b81f833a2936bcc71fc2470c.tar.gz libdbusmenu-357e0a1e969d2613b81f833a2936bcc71fc2470c.tar.bz2 libdbusmenu-357e0a1e969d2613b81f833a2936bcc71fc2470c.zip | |
Merge from trunk.
Diffstat (limited to 'tests/Makefile.am')
| -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 |
