diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 01:18:45 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 01:18:45 +0000 |
commit | 1a28d9fcb0df9041788cc13758ed25dbd4538a5f (patch) | |
tree | f18c5c353f533847827d1f91febbb54455ec2bd7 /tools | |
parent | 869f88508a969bd1cbe020e584fc522062ba3d45 (diff) | |
download | chromium_src-1a28d9fcb0df9041788cc13758ed25dbd4538a5f.zip chromium_src-1a28d9fcb0df9041788cc13758ed25dbd4538a5f.tar.gz chromium_src-1a28d9fcb0df9041788cc13758ed25dbd4538a5f.tar.bz2 |
Valgrind: Disable AutomatedUITestBase.ShowBookmarkBar under Valgrind as it
fails flakily.
TBR=isherman
BUG=70323
TEST=none
Review URL: http://codereview.chromium.org/6351012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index c6ba174..3d5aa30 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -62,3 +62,7 @@ GPUUITest.UITestCanLaunchWithOSMesa # from properly SIGTERMing the browser process. # See http://crbug.com/42105 BrowserTest.PosixSessionEnd + +# Fails flakily. +# http://crbug.com/70323 +AutomatedUITestBase.ShowBookmarkBar |