Commit 90b93417 authored by xdai's avatar xdai Committed by Commit bot

Disable TabindexOpenDialog_FileManagerBrowserTest tests on official build.

This test has been failing on cros trunk builder for several days.

BUG=480491

Review URL: https://codereview.chromium.org/1128153007

Cr-Commit-Position: refs/heads/master@{#330630}
parent 88bb3223
......@@ -1132,8 +1132,14 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
::testing::Values(TestParameter(NOT_IN_GUEST_MODE,
"tabindexFocusDirectorySelected")));
// Fails on official cros trunk build. http://crbug.com/480491
#if defined(OFFICIAL_BUILD)
#define MAYBE_TabindexOpenDialog DISABLED_TabindexOpenDialog
#else
#define MAYBE_TabindexOpenDialog TabindexOpenDialog
#endif
INSTANTIATE_TEST_CASE_P(
TabindexOpenDialog,
MAYBE_TabindexOpenDialog,
FileManagerBrowserTest,
::testing::Values(
TestParameter(NOT_IN_GUEST_MODE, "tabindexOpenDialogDrive"),
......
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