Commit afc8b059 authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Reland "Disabled flaky `fileDisplayWithoutDriveThenDisable` testcase"

This reverts commit 4fd81590.

Reason for revert: Test is failing on linux-chromeos-dbg

Original change's description:
> Revert "Disabled flaky `fileDisplayWithoutDriveThenDisable` testcase"
> 
> This reverts commit 8172d98f.
> 
> Reason for revert: wrong culprit, change that caused this issue was
> CL:2214908 and that was reverted.
> 
> Original change's description:
> > Disabled flaky `fileDisplayWithoutDriveThenDisable` testcase
> > 
> > TBR=adanilo@chromium.org
> > 
> > Bug: 1097013
> > Change-Id: I1ed5abccd73b2c8c2ad71dccca8fde5863232d15
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253762
> > Reviewed-by: Andy Paicu <andypaicu@chromium.org>
> > Commit-Queue: Andy Paicu <andypaicu@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#780258}
> 
> TBR=andypaicu@chromium.org
> 
> # Not skipping CQ checks because original CL landed > 1 day ago.
> 
> Bug: 1097013
> Change-Id: Id5232de5fe52efe7bdb508280b40e54124fb72b2
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259872
> Reviewed-by: Noel Gordon <noel@chromium.org>
> Reviewed-by: Alex Danilo <adanilo@chromium.org>
> Commit-Queue: Noel Gordon <noel@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#781203}

TBR=noel@chromium.org,andypaicu@chromium.org,adanilo@chromium.org

# Not skipping CQ checks because this is a reland.

Bug: 1097013
Change-Id: I7662f32a402a8da0ec77f3454eef6a04e63b1d4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261035Reviewed-by: default avatarChris Sharp <csharp@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781708}
parent 02160a0a
......@@ -253,7 +253,8 @@ WRAPPED_INSTANTIATE_TEST_SUITE_P(
.DontMountVolumes(),
TestCase("fileDisplayWithoutVolumesThenMountDrive").DontMountVolumes(),
TestCase("fileDisplayWithoutDrive").DontMountVolumes(),
TestCase("fileDisplayWithoutDriveThenDisable").DontMountVolumes(),
// Test is failing (crbug.com/1097013)
// TestCase("fileDisplayWithoutDriveThenDisable").DontMountVolumes(),
TestCase("fileDisplayMountWithFakeItemSelected"),
TestCase("fileDisplayUnmountDriveWithSharedWithMeSelected"),
TestCase("fileDisplayUnmountRemovableRoot"),
......
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