Skip to content

Commit

Permalink
Disable MacUtilTest.TestExcludeFileFromBackups, flaking a lot on Mac …
Browse files Browse the repository at this point in the history
…10.8 testers.

BUG=425745

Review URL: https://codereview.chromium.org/828043002

Cr-Commit-Position: refs/heads/master@{#309762}
  • Loading branch information
danbeam committed Dec 30, 2014
1 parent c20feea commit b31ff72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/mac/mac_util_unittest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
}
}

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());
Expand Down

0 comments on commit b31ff72

Please sign in to comment.