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

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

Issue 1011663002: [Files.app] Add tests of opening Gallery from Files.app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | ui/file_manager/integration_tests/file_manager/background.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 bb426f89481b9d264740645d021dd2cccbc2af2b..cafd16368929957d5559a888f6dca1fc1b1dbfc5 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -868,6 +868,20 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
TestParameter(NOT_IN_GUEST_MODE, "audioNoRepeatMultipleFileDrive")));
// Slow tests are disabled on debug build. http://crbug.com/327719
+// Fails on official build. http://crbug.com/429294
+#if !defined(NDEBUG) || defined(OFFICIAL_BUILD)
+#define MAYBE_OpenImageFiles DISABLED_OpenImageFiles
+#else
+#define MAYBE_OpenImageFiles OpenImageFiles
+#endif
+WRAPPED_INSTANTIATE_TEST_CASE_P(
+ MAYBE_OpenImageFiles,
+ FileManagerBrowserTest,
+ ::testing::Values(TestParameter(IN_GUEST_MODE, "imageOpenDownloads"),
+ TestParameter(NOT_IN_GUEST_MODE, "imageOpenDownloads"),
+ TestParameter(NOT_IN_GUEST_MODE, "imageOpenDrive")));
+
+// Slow tests are disabled on debug build. http://crbug.com/327719
#if !defined(NDEBUG) || defined(OFFICIAL_BUILD)
#define MAYBE_CreateNewFolder DISABLED_CreateNewFolder
#else
« no previous file with comments | « no previous file | ui/file_manager/integration_tests/file_manager/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698