Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4583)

Unified Diff: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc

Issue 2754003003: Disable flaky tests in Chrome OS file manager. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
diff --git a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
index 18f3cfd6015ceb1aa3d48c7648a886b3eb332bdc..0771664f3139aca10e04aa9a204b9241006c9a6f 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -196,6 +196,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else
#define MAYBE_DirectoryTreeContextMenu DirectoryTreeContextMenu
#endif
+// Flaky: crbug.com/700156, crbug.com/699083
WRAPPED_INSTANTIATE_TEST_CASE_P(
DISABLED_DirectoryTreeContextMenu,
FileManagerBrowserTest,
@@ -257,8 +258,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else
#define MAYBE_DriveSpecific DriveSpecific
#endif
+// Flaky: crbug.com/698834
WRAPPED_INSTANTIATE_TEST_CASE_P(
- MAYBE_DriveSpecific,
+ DISABLED_DriveSpecific,
FileManagerBrowserTest,
::testing::Values(
TestParameter(NOT_IN_GUEST_MODE, "openSidebarRecent"),
@@ -355,8 +357,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else
#define MAYBE_ExecuteDefaultTaskOnDownloads ExecuteDefaultTaskOnDownloads
#endif
+// Flaky: crbug.com/699171
WRAPPED_INSTANTIATE_TEST_CASE_P(
- MAYBE_ExecuteDefaultTaskOnDownloads,
+ DISABLED_ExecuteDefaultTaskOnDownloads,
FileManagerBrowserTest,
::testing::Values(
TestParameter(NOT_IN_GUEST_MODE, "executeDefaultTaskOnDownloads"),
@@ -448,8 +451,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else
#define MAYBE_TabindexFocusDownloads TabindexFocusDownloads
#endif
+// Flaky: crbug.com/699534
WRAPPED_INSTANTIATE_TEST_CASE_P(
- MAYBE_TabindexFocusDownloads,
+ DISABLED_TabindexFocusDownloads,
FileManagerBrowserTestWithLegacyEventDispatch,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE,
"tabindexFocusDownloads"),
@@ -540,8 +544,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#else
#define MAYBE_ShowGridView ShowGridView
#endif
+// Flaky: crbug.com/698772
WRAPPED_INSTANTIATE_TEST_CASE_P(
- MAYBE_ShowGridView,
+ DISABLED_ShowGridView,
FileManagerBrowserTest,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "showGridViewDownloads"),
TestParameter(IN_GUEST_MODE, "showGridViewDownloads"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698