| Index: chrome/test/data/webui/bluetooth_internals_browsertest.js
|
| diff --git a/chrome/test/data/webui/bluetooth_internals_browsertest.js b/chrome/test/data/webui/bluetooth_internals_browsertest.js
|
| index e3720828b671c5b6df3ce41f965cf5226f1c0547..cef7a06f633eb004ea3ad238b27e29ea55c1bec2 100644
|
| --- a/chrome/test/data/webui/bluetooth_internals_browsertest.js
|
| +++ b/chrome/test/data/webui/bluetooth_internals_browsertest.js
|
| @@ -307,8 +307,8 @@ BluetoothInternalsTest.prototype = {
|
| },
|
| };
|
|
|
| -// Flaky on Mac & Linux in Debug. See crbug.com/707824
|
| -GEN('#if !defined(NDEBUG) && (defined(OS_MACOSX) || defined(OS_LINUX))');
|
| +// Flaky on Debug and ASAN. See crbug.com/707530
|
| +GEN('#if !defined(NDEBUG) || defined(ADDRESS_SANITIZER)');
|
| GEN('#define MAYBE_Startup_BluetoothInternals ' +
|
| 'DISABLED_Startup_BluetoothInternals');
|
| GEN('#else');
|
|
|