| Index: chrome/test/remoting/webapp_javascript_browsertest.cc
|
| diff --git a/chrome/test/remoting/webapp_javascript_browsertest.cc b/chrome/test/remoting/webapp_javascript_browsertest.cc
|
| index f8b2e68f7a1491dde1867b6e8c1069f497af465a..b70e3546ebe4336cc41891cc1b512c4f03619bbb 100644
|
| --- a/chrome/test/remoting/webapp_javascript_browsertest.cc
|
| +++ b/chrome/test/remoting/webapp_javascript_browsertest.cc
|
| @@ -14,7 +14,8 @@ namespace remoting {
|
|
|
| // Disable test on (dbg) as it takes longer than 30s to complete.
|
| // https://crbug.com/504204.
|
| -#if (!defined(NDEBUG))
|
| +// Also disable on ASAN due to flake: crbug.com/685025
|
| +#if !defined(NDEBUG) || defined(ADDRESS_SANITIZER)
|
| #define MAYBE_Remoting_Webapp_Js_Unittest DISABLED_Remoting_Webapp_Js_Unittest
|
| #else
|
| #define MAYBE_Remoting_Webapp_Js_Unittest Remoting_Webapp_Js_Unittest
|
|
|