summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 01:18:45 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 01:18:45 +0000
commit1a28d9fcb0df9041788cc13758ed25dbd4538a5f (patch)
treef18c5c353f533847827d1f91febbb54455ec2bd7 /tools
parent869f88508a969bd1cbe020e584fc522062ba3d45 (diff)
downloadchromium_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.txt4
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