summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorDan Beam <dbeam@chromium.org>2014-12-30 10:42:44 -0800
committerDan Beam <dbeam@chromium.org>2014-12-30 18:43:40 +0000
commitb31ff72b78f62d29d03908595f17969509b39c7f (patch)
tree905bebbfb90991b2e80448c40b6e44b467d3ec21 /base
parentc20feeaff04f5155631ffb94e6fcde37f8a296a9 (diff)
downloadchromium_src-b31ff72b78f62d29d03908595f17969509b39c7f.zip
chromium_src-b31ff72b78f62d29d03908595f17969509b39c7f.tar.gz
chromium_src-b31ff72b78f62d29d03908595f17969509b39c7f.tar.bz2
Disable MacUtilTest.TestExcludeFileFromBackups, flaking a lot on Mac 10.8 testers.
BUG=425745 Review URL: https://codereview.chromium.org/828043002 Cr-Commit-Position: refs/heads/master@{#309762}
Diffstat (limited to 'base')
-rw-r--r--base/mac/mac_util_unittest.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/mac/mac_util_unittest.mm b/base/mac/mac_util_unittest.mm
index 3b23e53..3982ab0 100644
--- a/base/mac/mac_util_unittest.mm
+++ b/base/mac/mac_util_unittest.mm
@@ -100,7 +100,8 @@ TEST_F(MacUtilTest, TestGetAppBundlePath) {
}
}
-TEST_F(MacUtilTest, TestExcludeFileFromBackups) {
+// http://crbug.com/425745
+TEST_F(MacUtilTest, DISABLED_TestExcludeFileFromBackups) {
// The file must already exist in order to set its exclusion property.
ScopedTempDir temp_dir_;
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());