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

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

Issue 2764783002: fix typo in test to disable them for real (Closed)
Patch Set: DISABLE -> DISABLED 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 ad284bced1526ffa0d6c9d0938d5bcfe7c88c553..4de69087d5742f6799de3ceb2e773077997c76a6 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -180,7 +180,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#endif
// Flaky: crbug.com/699426
WRAPPED_INSTANTIATE_TEST_CASE_P(
- DISABLE_Delete,
+ DISABLED_Delete,
FileManagerBrowserTest,
::testing::Values(
TestParameter(NOT_IN_GUEST_MODE,
@@ -349,7 +349,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
#endif
// Flaky: crbug.com/701923
WRAPPED_INSTANTIATE_TEST_CASE_P(
- DISABLE_SuggestAppDialog,
+ DISABLED_SuggestAppDialog,
FileManagerBrowserTest,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "suggestAppDialog")));
« 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