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

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

Issue 2911963003: Restore disabled flaky tests of FileManager. (Closed)
Patch Set: Rebase. Created 3 years, 6 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 e2c0c02c3be81929f4e6d975c588040014c786e9..4aecdb5f44c3efa27430c4b8f569b5ae8ab7630a 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -132,7 +132,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
// Flaky: crbug.com/715963
WRAPPED_INSTANTIATE_TEST_CASE_P(
- DISABLED_CreateNewFolder,
+ CreateNewFolder,
FileManagerBrowserTest,
::testing::Values(
TestParameter(NOT_IN_GUEST_MODE, "createNewFolderAfterSelectFile"),
@@ -676,8 +676,7 @@ IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest,
// Flaky: crbug.com/715961.
// Previously it was disabled via DISABLE_SLOW_FILESAPP_TESTS and in
// OFFICIAL_BUILD, see http://crbug.com/429294.
-IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest,
- DISABLED_PRE_BasicDrive) {
+IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, PRE_BasicDrive) {
AddAllUsers();
}
« 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