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

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

Issue 1246923003: Files.app: Stop to use autogen IDs of TreeItems to identify tree items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | ui/file_manager/file_manager/background/js/test_util.js » ('j') | 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 125163e0cd8784d87dbc0cfbf02b5a521fa90486..b72569f2ad716957ea126b61a038ed8eb3068356 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -129,8 +129,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#if defined(DISABLE_SLOW_FILESAPP_TESTS) || defined(OFFICIAL_BUILD)
#define MAYBE_KeyboardOperations DISABLED_KeyboardOperations
#else
-// Flaky on other builds. http://crbug.com/512669
-#define MAYBE_KeyboardOperations DISABLED_KeyboardOperations
+#define MAYBE_KeyboardOperations KeyboardOperations
#endif
WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_KeyboardOperations,
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/test_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698