| Index: content/browser/webui/web_ui_mojo_browsertest.cc
|
| diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc
|
| index 5a1fb3a69f4b62f1f33a0454be1da6277e83065a..43f4ade0fa0b065887ebc4d7aecfb6abee8b4601 100644
|
| --- a/content/browser/webui/web_ui_mojo_browsertest.cc
|
| +++ b/content/browser/webui/web_ui_mojo_browsertest.cc
|
| @@ -294,7 +294,8 @@ class WebUIMojoTest : public ContentBrowserTest {
|
| };
|
|
|
| // Temporarily disabled due to memory leaks. http://crbug.com/360081
|
| -#if defined(LEAK_SANITIZER)
|
| +// Temporarily disabled due to flakiness on Windows. http://crbug.com/366644
|
| +#if defined(LEAK_SANITIZER) || defined(OS_WIN)
|
| #define MAYBE_EndToEndPing DISABLED_EndToEndPing
|
| #define MAYBE_EndToEndEcho DISABLED_EndToEndEcho
|
| #else
|
|
|