Commit 86929bc2 authored by David Roger's avatar David Roger Committed by Commit Bot

Disable flaky StorageMonitorLinuxTest.Removable

TBR=tommycli

Bug: 1012211
Change-Id: I81816b35680dd3be345e2b699779663cc11bdd74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852784Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704597}
parent 5c716865
......@@ -337,7 +337,8 @@ TEST_F(StorageMonitorLinuxTest, BasicAttachDetach) {
}
// Only removable devices are recognized.
TEST_F(StorageMonitorLinuxTest, Removable) {
// This test is flaky, see https://crbug.com/1012211
TEST_F(StorageMonitorLinuxTest, DISABLED_Removable) {
base::FilePath test_path_a = CreateMountPointWithDCIMDir(kMountPointA);
ASSERT_FALSE(test_path_a.empty());
MtabTestData test_data1[] = {
......
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