Index: trunk/src/chrome/browser/metrics/metrics_service_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/metrics/metrics_service_unittest.cc (revision 252820) |
+++ trunk/src/chrome/browser/metrics/metrics_service_unittest.cc (working copy) |
@@ -266,7 +266,8 @@ |
EXPECT_EQ(1, uma_log.system_profile().stability().crash_count()); |
} |
-TEST_F(MetricsServiceTest, RegisterSyntheticTrial) { |
+// Crashes on at least Mac and Linux. http://crbug.com/320433 |
+TEST_F(MetricsServiceTest, DISABLED_RegisterSyntheticTrial) { |
MetricsService service; |
// Add two synthetic trials and confirm that they show up in the list. |