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

Unified Diff: chrome/browser/errorpage_uitest.cc

Issue 173227: Disable the second Page404 ui_test - first was disabled earlier, this one use... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/errorpage_uitest.cc
===================================================================
--- chrome/browser/errorpage_uitest.cc (revision 24009)
+++ chrome/browser/errorpage_uitest.cc (working copy)
@@ -159,10 +159,11 @@
#if defined(OS_LINUX)
// TODO(phajdan.jr): This test is flaky on Linux, http://crbug.com/19361
-TEST_F(ErrorPageTest, DISABLED_Page404) {
-#else
+#define Page404 DISABLED_Page404
+#define Page404_GoBack DISABLED_Page404_GoBack
+#endif
+
TEST_F(ErrorPageTest, Page404) {
-#endif
NavigateToURL(URLRequestMockHTTPJob::GetMockUrl(L"title2.html"));
NavigateToURL(URLRequestMockHTTPJob::GetMockUrl(L"page404.html"));
« 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