summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media_uitest.cc
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 19:31:18 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 19:31:18 +0000
commit90d570a7cd5ad1c861a7387875e00b4b053a7fc8 (patch)
tree4745f4eb8721e9634f332a2af9696e275e4b85ff /chrome/browser/media_uitest.cc
parentfbf211766cad40ac8c6002e9f7959c5a09e4503d (diff)
downloadchromium_src-90d570a7cd5ad1c861a7387875e00b4b053a7fc8.zip
chromium_src-90d570a7cd5ad1c861a7387875e00b4b053a7fc8.tar.gz
chromium_src-90d570a7cd5ad1c861a7387875e00b4b053a7fc8.tar.bz2
Flakiness cleanup: disable flaky tests under chrome/browser/
Part 2 of what looks like it'll be 3 or 4. See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fcec09fc659f39a6 BUG=89173,43586,88318,79074,76170,62772,69390,62311,88834,102030,62311,60071,113057,55915,53926,74554,47228,96459,85863,61619,102094,48833,61619,50648,22111 Review URL: https://chromiumcodereview.appspot.com/9348108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/media_uitest.cc')
-rw-r--r--chrome/browser/media_uitest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/media_uitest.cc b/chrome/browser/media_uitest.cc
index 58e0433..f0eb1ca 100644
--- a/chrome/browser/media_uitest.cc
+++ b/chrome/browser/media_uitest.cc
@@ -58,9 +58,9 @@ class MediaTest : public UITest {
#if defined(OS_MACOSX)
// http://crbug.com/88834 - VideoBearTheora, VideoBearWav and VideoBearWebm
// are flaky on Mac.
-#define MAYBE_VideoBearTheora FLAKY_VideoBearTheora
-#define MAYBE_VideoBearWavPcm FLAKY_VideoBearWavPcm
-#define MAYBE_VideoBearWebm FLAKY_VideoBearWebm
+#define MAYBE_VideoBearTheora DISABLED_VideoBearTheora
+#define MAYBE_VideoBearWavPcm DISABLED_VideoBearWavPcm
+#define MAYBE_VideoBearWebm DISABLED_VideoBearWebm
#else
#define MAYBE_VideoBearTheora VideoBearTheora
#define MAYBE_VideoBearWavPcm VideoBearWavPcm