| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos_unittest.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos_unittest.cc
|
| index e7e62734d13ac2ef8371317ba61a04d2446241cf..d848f8cdd61851122ccbb456b04564bab14dc588 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos_unittest.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos_unittest.cc
|
| @@ -55,8 +55,9 @@ class SystemTrayDelegateChromeOSTest : public ash::test::AshTestBase {
|
| DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOSTest);
|
| };
|
|
|
| +// This test is times out flakily: http://crbug.com/639938
|
| // Test that checking bluetooth status early on does not cause a crash.
|
| -TEST_F(SystemTrayDelegateChromeOSTest, BluetoothStatus) {
|
| +TEST_F(SystemTrayDelegateChromeOSTest, DISABLED_BluetoothStatus) {
|
| SystemTrayDelegateChromeOS delegate;
|
| EXPECT_FALSE(delegate.GetBluetoothAvailable());
|
| EXPECT_FALSE(delegate.GetBluetoothEnabled());
|
|
|