Commit d65b43d6 authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[ChromeOS] Disable DriveSpecific/FileManagerBrowserTest/Test.*

This test group (5 tests in all) flakes more often than desired on chromium
trys (the CQ). Disable them while the flake cause is being investigated.

Note: these tests are only built and run on ChromeOS. TODO(noel) once issue
829310 is resolved, this change can be reverted.

Bug: 829310
Change-Id: If6e30690d9076debfd988a1fa0d7c93575099a14
Reviewed-on: https://chromium-review.googlesource.com/1006746
Commit-Queue: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarHenrik Grunell <grunell@chromium.org>
Reviewed-by: default avatarTatsuhisa Yamaguchi <yamaguchi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550143}
parent 36376da4
...@@ -248,13 +248,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -248,13 +248,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
"rectory"))); "rectory")));
// Fails on official build. http://crbug.com/429294 // Fails on official build. http://crbug.com/429294
#if defined(DISABLE_SLOW_FILESAPP_TESTS) || defined(OFFICIAL_BUILD) // Disabled: too often flakey on chromium trys. http://crbug.com/829310
#define MAYBE_DriveSpecific DISABLED_DriveSpecific
#else
#define MAYBE_DriveSpecific DriveSpecific
#endif
WRAPPED_INSTANTIATE_TEST_CASE_P( WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_DriveSpecific, DISABLED_DriveSpecific,
FileManagerBrowserTest, FileManagerBrowserTest,
::testing::Values( ::testing::Values(
TestParameter(NOT_IN_GUEST_MODE, "openSidebarOffline"), TestParameter(NOT_IN_GUEST_MODE, "openSidebarOffline"),
......
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