| 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 7dcf876500c1768a74deca76cce520af84496358..428016bd8d419c21b0b796ceee4940aae99a0a32 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
|
| @@ -232,7 +232,8 @@ TEST_F('BluetoothWebUITestAsync', 'testDevicePairing', function() {
|
| }.bind(this));
|
| });
|
|
|
| -TEST_F('BluetoothWebUITestAsync', 'testConnect', function() {
|
| +// TODO(crbug.com/608126) Test is flaky.
|
| +TEST_F('BluetoothWebUITestAsync', 'DISABLED_testConnect', function() {
|
| assertEquals(this.browsePreload, document.location.href);
|
|
|
| // Enable bluetooth.
|
|
|