| Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| index bccb3a75f105110e92cfa99f188f04bb205c693c..cf1c0e7f4f45d724e9853adb612cd5e08faf1ba4 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| @@ -123,7 +123,8 @@ TEST_F('BluetoothWebUITestAsync', 'testEnableBluetooth', function() {
|
| }.bind(this));
|
| });
|
|
|
| -TEST_F('BluetoothWebUITestAsync', 'testAddDevice', function() {
|
| +// TODO(crbug.com/603499) Test is flaky.
|
| +TEST_F('BluetoothWebUITestAsync', 'DISABLED_testAddDevice', function() {
|
| assertEquals(this.browsePreload, document.location.href);
|
|
|
| // Enable bluetooth.
|
|
|