summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 23:20:16 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 23:20:16 +0000
commit26ef78328bf16d27d44c9ddb3db9ca9a821c5ced (patch)
treefb4861cce6cd186ef3092a8399edc02d6c4b5270
parent3cb15d956523bba041fdaae1e1c5cdc94ec5cb3b (diff)
downloadchromium_src-26ef78328bf16d27d44c9ddb3db9ca9a821c5ced.zip
chromium_src-26ef78328bf16d27d44c9ddb3db9ca9a821c5ced.tar.gz
chromium_src-26ef78328bf16d27d44c9ddb3db9ca9a821c5ced.tar.bz2
FLAKY -> DISABLED
BUG=115150 TEST= TBR=dgrogan@chromium.org Review URL: http://codereview.chromium.org/9456028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123365 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/browser/in_process_webkit/dom_storage_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/in_process_webkit/dom_storage_browsertest.cc b/content/browser/in_process_webkit/dom_storage_browsertest.cc
index ecfa525..61d533b 100644
--- a/content/browser/in_process_webkit/dom_storage_browsertest.cc
+++ b/content/browser/in_process_webkit/dom_storage_browsertest.cc
@@ -52,7 +52,7 @@ class TestSpecialStoragePolicy : public quota::SpecialStoragePolicy {
#if defined(OS_MACOSX)
// http://crbug.com/115150. On Mac, failure rate is about 30% currently.
-#define MAYBE_ClearLocalState FLAKY_ClearLocalState
+#define MAYBE_ClearLocalState DISABLED_ClearLocalState
#else
#define MAYBE_ClearLocalState ClearLocalState
#endif