| 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 cf1c0e7f4f45d724e9853adb612cd5e08faf1ba4..7dcf876500c1768a74deca76cce520af84496358 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| @@ -312,7 +312,8 @@ TEST_F('BluetoothWebUITestAsync', 'testDisconnect', function() {
|
| }.bind(this));
|
| });
|
|
|
| -TEST_F('BluetoothWebUITestAsync', 'testForget', function() {
|
| +// TODO(crbug.com/605090): Disabled because of flakiness.
|
| +TEST_F('BluetoothWebUITestAsync', 'DISABLED_testForget', function() {
|
| assertEquals(this.browsePreload, document.location.href);
|
|
|
| // Enable bluetooth.
|
|
|