summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/proxy_factory_mock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/proxy_factory_mock.cc')
-rw-r--r--chrome_frame/test/proxy_factory_mock.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test/proxy_factory_mock.cc b/chrome_frame/test/proxy_factory_mock.cc
index 20c56fe..e8f8ba7 100644
--- a/chrome_frame/test/proxy_factory_mock.cc
+++ b/chrome_frame/test/proxy_factory_mock.cc
@@ -91,7 +91,9 @@ TEST(ProxyFactoryTest, CreateDifferentProfiles) {
f.ReleaseAutomationServer(i1, &d);
}
-TEST(ProxyFactoryTest, FastCreateDestroy) {
+// This test has been disabled because it crashes randomly on the builders.
+// http://code.google.com/p/chromium/issues/detail?id=81039
+TEST(ProxyFactoryTest, DISABLED_FastCreateDestroy) {
CrashMetricsReporter::GetInstance()->set_active(true);
ProxyFactory f;
LaunchDelegateMock* d1 = new LaunchDelegateMock();