summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoralekseys@chromium.org <alekseys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-14 23:02:29 +0000
committeralekseys@chromium.org <alekseys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-14 23:02:29 +0000
commit9b8148d19cbca4ac546eefbee90db91b1d1c6498 (patch)
treea0a84c4f3b8fdd781004a0f0a38dab1b2882371f /chrome
parentc64f92c12fad31fa0cf49e236cb414acdbb75e1d (diff)
downloadchromium_src-9b8148d19cbca4ac546eefbee90db91b1d1c6498.zip
chromium_src-9b8148d19cbca4ac546eefbee90db91b1d1c6498.tar.gz
chromium_src-9b8148d19cbca4ac546eefbee90db91b1d1c6498.tar.bz2
Disabling GPUBrowserTest.BrowserTestCanLaunchWithOSMesa, it hungs way too often in xp tests (5) ~40%.
BUG=72608 TEST=none Review URL: http://codereview.chromium.org/6523005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74869 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/gpu/gpu_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/gpu/gpu_browsertest.cc b/chrome/test/gpu/gpu_browsertest.cc
index d41c0c1..a451539 100644
--- a/chrome/test/gpu/gpu_browsertest.cc
+++ b/chrome/test/gpu/gpu_browsertest.cc
@@ -48,7 +48,7 @@ class GPUBrowserTest : public InProcessBrowserTest {
#if defined(OS_WIN)
// Flaky on Windows (dbg): http://crbug.com/72608
-#define MAYBE_BrowserTestCanLaunchWithOSMesa FLAKY_BrowserTestCanLaunchWithOSMesa
+#define MAYBE_BrowserTestCanLaunchWithOSMesa DISABLED_BrowserTestCanLaunchWithOSMesa
#else
#define MAYBE_BrowserTestCanLaunchWithOSMesa BrowserTestCanLaunchWithOSMesa
#endif