summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/logging_chrome_uitest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/logging_chrome_uitest.cc b/chrome/common/logging_chrome_uitest.cc
index aeb79dc..1e75c66 100644
--- a/chrome/common/logging_chrome_uitest.cc
+++ b/chrome/common/logging_chrome_uitest.cc
@@ -104,6 +104,10 @@ class RendererCrashTest : public UITest {
}
};
+#if defined(OS_WIN)
+// http://crbug.com/32048
+#define Crash FLAKY_Crash
+#endif
// Launch the app in renderer crash test mode, then close the app.
TEST_F(RendererCrashTest, Crash) {
if (UITest::in_process_renderer()) {