| Index: chrome/browser/devtools/devtools_sanity_browsertest.cc
|
| diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc
|
| index c6dff9b792d345704ae56e901d717f4a25296509..a984c384e874482a36aa3278567527f447d9e452 100644
|
| --- a/chrome/browser/devtools/devtools_sanity_browsertest.cc
|
| +++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc
|
| @@ -1946,16 +1946,9 @@ IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests,
|
|
|
| // This test enables switches::kUseGpuInTests which causes false positives
|
| // with MemorySanitizer.
|
| -// Flaky on Linux and Windows https://crbug.com/624215
|
| -#if defined(MEMORY_SANITIZER) || defined(ADDRESS_SANITIZER) || \
|
| - defined(OS_WIN) || defined(OS_LINUX)
|
| -#define MAYBE_TestLatencyInfoInstrumentation \
|
| - DISABLED_TestLatencyInfoInstrumentation
|
| -#else
|
| -#define MAYBE_TestLatencyInfoInstrumentation TestLatencyInfoInstrumentation
|
| -#endif
|
| +// Flaky on multiple platforms https://crbug.com/624215
|
| IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests,
|
| - MAYBE_TestLatencyInfoInstrumentation) {
|
| + DISABLED_TestLatencyInfoInstrumentation) {
|
| WebContents* web_contents = GetInspectedTab();
|
| OpenDevToolsWindow(kLatencyInfoTestPage, false);
|
| DispatchAndWait("startTimeline");
|
|
|