Index: chrome/browser/chrome_main_browsertest.cc |
=================================================================== |
--- chrome/browser/chrome_main_browsertest.cc (revision 133976) |
+++ chrome/browser/chrome_main_browsertest.cc (working copy) |
@@ -25,10 +25,6 @@ |
// 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() {} |
@@ -127,6 +123,4 @@ |
ASSERT_EQ(1u, BrowserList::GetBrowserCountForType(profile, true)); |
} |
-#endif // !OS_CHROMEOS |
- |
#endif // !OS_MACOSX |