Commit af2a90f5 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

mac: mark ServiceProcessStateFileManipulationTest DeleteFile as flaky

Bug: 903823, 892176
Change-Id: I30a2f92478a4b260191deb7faf4aa2a21acc2609
Reviewed-on: https://chromium-review.googlesource.com/c/1329346Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607208}
parent a1022547
......@@ -129,7 +129,8 @@ TEST_F(ServiceProcessStateFileManipulationTest, VerifyLaunchD) {
<< " exit_code:" << exit_code << " " << output;
}
TEST_F(ServiceProcessStateFileManipulationTest, DeleteFile) {
// Flaky: https://crbug.com/903823
TEST_F(ServiceProcessStateFileManipulationTest, DISABLED_DeleteFile) {
GetIOTaskRunner()->PostTask(FROM_HERE,
base::Bind(&DeleteFunc, executable_path()));
Run();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment