Commit 633ac075 authored by fukino's avatar fukino Committed by Commit bot

Disable flaky tests in Chrome OS file manager.

Though there seems to be a shared issue which makes many tests flaky,
we should disable each one for now not to slow down the CQ.

BUG=702119,699534,699978,700156,699083,698834,698772,699171
TEST=none

Review-Url: https://codereview.chromium.org/2754003003
Cr-Commit-Position: refs/heads/master@{#457400}
parent b1c7a1d7
...@@ -196,6 +196,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -196,6 +196,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else #else
#define MAYBE_DirectoryTreeContextMenu DirectoryTreeContextMenu #define MAYBE_DirectoryTreeContextMenu DirectoryTreeContextMenu
#endif #endif
// Flaky: crbug.com/700156, crbug.com/699083
WRAPPED_INSTANTIATE_TEST_CASE_P( WRAPPED_INSTANTIATE_TEST_CASE_P(
DISABLED_DirectoryTreeContextMenu, DISABLED_DirectoryTreeContextMenu,
FileManagerBrowserTest, FileManagerBrowserTest,
...@@ -257,8 +258,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -257,8 +258,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else #else
#define MAYBE_DriveSpecific DriveSpecific #define MAYBE_DriveSpecific DriveSpecific
#endif #endif
// Flaky: crbug.com/698834
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, "openSidebarRecent"), TestParameter(NOT_IN_GUEST_MODE, "openSidebarRecent"),
...@@ -355,8 +357,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -355,8 +357,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else #else
#define MAYBE_ExecuteDefaultTaskOnDownloads ExecuteDefaultTaskOnDownloads #define MAYBE_ExecuteDefaultTaskOnDownloads ExecuteDefaultTaskOnDownloads
#endif #endif
// Flaky: crbug.com/699171
WRAPPED_INSTANTIATE_TEST_CASE_P( WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_ExecuteDefaultTaskOnDownloads, DISABLED_ExecuteDefaultTaskOnDownloads,
FileManagerBrowserTest, FileManagerBrowserTest,
::testing::Values( ::testing::Values(
TestParameter(NOT_IN_GUEST_MODE, "executeDefaultTaskOnDownloads"), TestParameter(NOT_IN_GUEST_MODE, "executeDefaultTaskOnDownloads"),
...@@ -448,8 +451,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -448,8 +451,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else #else
#define MAYBE_TabindexFocusDownloads TabindexFocusDownloads #define MAYBE_TabindexFocusDownloads TabindexFocusDownloads
#endif #endif
// Flaky: crbug.com/699534
WRAPPED_INSTANTIATE_TEST_CASE_P( WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_TabindexFocusDownloads, DISABLED_TabindexFocusDownloads,
FileManagerBrowserTestWithLegacyEventDispatch, FileManagerBrowserTestWithLegacyEventDispatch,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE, ::testing::Values(TestParameter(NOT_IN_GUEST_MODE,
"tabindexFocusDownloads"), "tabindexFocusDownloads"),
...@@ -540,8 +544,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -540,8 +544,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else #else
#define MAYBE_ShowGridView ShowGridView #define MAYBE_ShowGridView ShowGridView
#endif #endif
// Flaky: crbug.com/698772
WRAPPED_INSTANTIATE_TEST_CASE_P( WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_ShowGridView, DISABLED_ShowGridView,
FileManagerBrowserTest, FileManagerBrowserTest,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "showGridViewDownloads"), ::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "showGridViewDownloads"),
TestParameter(IN_GUEST_MODE, "showGridViewDownloads"), TestParameter(IN_GUEST_MODE, "showGridViewDownloads"),
......
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