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

Unified Diff: chrome/browser/browser_uitest.cc

Issue 28190: Disabling ThirtyFourTabs test. (Closed)
Patch Set: Created 11 years, 10 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/browser_uitest.cc
diff --git a/chrome/browser/browser_uitest.cc b/chrome/browser/browser_uitest.cc
index b8d90e9417c03697f34c4db09e7a376d38e95db7..49524cb83c4f5c1bcb718f794f5a4314dc245ddb 100644
--- a/chrome/browser/browser_uitest.cc
+++ b/chrome/browser/browser_uitest.cc
@@ -89,7 +89,8 @@ TEST_F(BrowserTest, Title) {
// exact number of processes depends on the amount of memory. Previously we
// had a hard limit of 31 processes and this test is mainly directed at
// verifying that we don't crash when we pass this limit.
-TEST_F(BrowserTest, ThirtyFourTabs) {
+// Disabling this test http://code.google.com/p/chromium/issues/detail?id=8119
+TEST_F(BrowserTest, DISABLED_ThirtyFourTabs) {
std::wstring test_file = test_data_directory_;
file_util::AppendToPath(&test_file, L"title2.html");
GURL url(net::FilePathToFileURL(test_file));
@@ -281,4 +282,3 @@ TEST_F(VisibleBrowserTest, WindowOpenClose) {
if (i == 10)
FAIL() << "failed to get error page title";
}
-
« 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