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 |