| Index: chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| diff --git a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| index 07573c0cc7574287104c29510b73518e81035f57..d54f5b5f63842e1b4d176322389b496962ff33be 100644
|
| --- a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| +++ b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| @@ -552,7 +552,8 @@ IN_PROC_BROWSER_TEST_F(PerformanceMonitorBrowserTest, NewVersionEvent) {
|
| }
|
|
|
| // crbug.com/160502
|
| -IN_PROC_BROWSER_TEST_F(PerformanceMonitorBrowserTest, FLAKY_GatherStatistics) {
|
| +IN_PROC_BROWSER_TEST_F(PerformanceMonitorBrowserTest,
|
| + DISABLED_GatherStatistics) {
|
| GatherStatistics();
|
|
|
| // No stats should be recorded for this CPUUsage because this was the first
|
|
|