diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-30 08:42:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-30 11:28:52 -0400 |
commit | 53602c400d4698d8f0a4141b49db7174512bc356 (patch) | |
tree | 495ecb15227394a8b9f5c88a412f05f3b38d3148 /tests/a11y | |
parent | 342c64c2f2066275ce525b3d8a22b6fa61e9e70e (diff) | |
download | gtk+-53602c400d4698d8f0a4141b49db7174512bc356.tar.gz |
Disable an incomplete test that does not work
Testing focus changes in this way has no chance of working
until we remove all the idle handlers from gail.
Diffstat (limited to 'tests/a11y')
-rw-r--r-- | tests/a11y/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index d3fb9abfb6..89be4bfc03 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -25,7 +25,10 @@ TEST_PROGS += text TEST_PROGS += children -TEST_PROGS += focus +# the focus test has no chance of working until +# all the idle handlers in gail are gone +# +# TEST_PROGS += focus TEST_PROGS += util |