Commit df60e1e4 authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable flaky StorageMonitorLinuxTest.DevicePartitionSize

TBR=thestig@chromium.org

Bug: 1010782
Change-Id: Ia8f9070e7b4bf8e5b3dda4b635d17d5ded8d8d44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837319Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702328}
parent d952eb4d
...@@ -660,7 +660,7 @@ TEST_F(StorageMonitorLinuxTest, DeviceLookUp) { ...@@ -660,7 +660,7 @@ TEST_F(StorageMonitorLinuxTest, DeviceLookUp) {
EXPECT_EQ(1, observer().detach_calls()); EXPECT_EQ(1, observer().detach_calls());
} }
TEST_F(StorageMonitorLinuxTest, DevicePartitionSize) { TEST_F(StorageMonitorLinuxTest, DISABLED_DevicePartitionSize) {
base::FilePath test_path_a = CreateMountPointWithDCIMDir(kMountPointA); base::FilePath test_path_a = CreateMountPointWithDCIMDir(kMountPointA);
base::FilePath test_path_b = CreateMountPointWithoutDCIMDir(kMountPointB); base::FilePath test_path_b = CreateMountPointWithoutDCIMDir(kMountPointB);
ASSERT_FALSE(test_path_a.empty()); ASSERT_FALSE(test_path_a.empty());
......
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