| Index: base/mac/mac_util_unittest.mm
|
| diff --git a/base/mac/mac_util_unittest.mm b/base/mac/mac_util_unittest.mm
|
| index 3b23e53571bfe1c523c938f15a03f53b767eec4e..3982ab00dfcb602dde5fcbaea32b3a177cf4c99d 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());
|
|
|