Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos_unittest.cc

Issue 2268663003: Disable SystemTrayDelegateChromeOSTest.BluetoothStatus test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698