| 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 ee31bc2b0ce6726db5d2f3d70f5ce7828d7cb842..e3720828b671c5b6df3ce41f965cf5226f1c0547 100644
|
| --- a/chrome/test/data/webui/bluetooth_internals_browsertest.js
|
| +++ b/chrome/test/data/webui/bluetooth_internals_browsertest.js
|
| @@ -307,7 +307,16 @@ BluetoothInternalsTest.prototype = {
|
| },
|
| };
|
|
|
| -TEST_F('BluetoothInternalsTest', 'Startup_BluetoothInternals', function() {
|
| +// Flaky on Mac & Linux in Debug. See crbug.com/707824
|
| +GEN('#if !defined(NDEBUG) && (defined(OS_MACOSX) || defined(OS_LINUX))');
|
| +GEN('#define MAYBE_Startup_BluetoothInternals ' +
|
| + 'DISABLED_Startup_BluetoothInternals');
|
| +GEN('#else');
|
| +GEN('#define MAYBE_Startup_BluetoothInternals Startup_BluetoothInternals');
|
| +GEN('#endif');
|
| +
|
| +TEST_F('BluetoothInternalsTest', 'MAYBE_Startup_BluetoothInternals',
|
| + function() {
|
| /** @const */ var PageManager = cr.ui.pageManager.PageManager;
|
|
|
| var adapterFactory = null;
|
|
|