Index: chrome/common/logging_chrome_uitest.cc |
diff --git a/chrome/common/logging_chrome_uitest.cc b/chrome/common/logging_chrome_uitest.cc |
index d4bbfa1ba92122ed32eb3e94ace740eed6fa2ced..3523a4d69cb9e1d83fc0f5feb553c1d8b7871186 100644 |
--- a/chrome/common/logging_chrome_uitest.cc |
+++ b/chrome/common/logging_chrome_uitest.cc |
@@ -159,6 +159,8 @@ class RendererCrashTest : public UITest { |
#if defined(OS_MACOSX) |
// Crash service doesn't exist for the Mac yet: http://crbug.com/45243 |
#define Crash DISABLED_Crash |
+#elif defined(OS_CHROME) |
+#define Crash FLAKY_Crash |
#endif |
// Launch the app in renderer crash test mode, then close the app. |
TEST_F(RendererCrashTest, Crash) { |
grt (UTC plus 2)
2011/12/12 18:33:27
would you change this and the #defines above to MA
willchan no longer on Chromium
2011/12/12 18:38:22
Done.
|