| Index: chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_interactive_browsertest.cc b/chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| index cb6a5fdc439b5abfb9ea35dd1eb5463ba2ab4057..0552a8bc1043000fce671d2cee8d6379e8ea9706 100644
|
| --- a/chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| @@ -16,7 +16,7 @@
|
| // Disable tests under ASAN. http://crbug.com/104832.
|
| // This is a bit heavy handed, but the majority of these tests fail under ASAN.
|
| // See bug for history.
|
| -#if !defined(ADDRESS_SANITIZER)
|
| +#if !defined(ADDRESS_SANITIZER) && !defined(SYZYASAN)
|
|
|
| // Disabled due to timeouts: http://crbug.com/136548
|
| IN_PROC_BROWSER_TEST_F(
|
|
|