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

Unified Diff: chrome/browser/chrome_main_browsertest.cc

Issue 10173020: Temporarily disable ChromeMainTest on ChromeOS. These pass locally for me on linux_chromeos builds,… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/chrome_main_browsertest.cc
===================================================================
--- chrome/browser/chrome_main_browsertest.cc (revision 133870)
+++ chrome/browser/chrome_main_browsertest.cc (working copy)
@@ -25,6 +25,10 @@
// for details.
#if !defined(OS_MACOSX)
+// These tests hang on the build/try bot but pass locally with chromeos=1
+// builds. jam is investigatin
+#if !defined(OS_CHROMEOS)
+
class ChromeMainTest : public InProcessBrowserTest {
public:
ChromeMainTest() {}
@@ -123,4 +127,6 @@
ASSERT_EQ(1u, BrowserList::GetBrowserCountForType(profile, true));
}
+#endif // !OS_CHROMEOS
+
#endif // !OS_MACOSX
« 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