Index: chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc |
diff --git a/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc b/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc |
index 1417b1b28a4705d8ba1947abd50efec6eb918a69..3e52d6b8feff0db2595b1e99a8366c73b377452b 100644 |
--- a/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc |
+++ b/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc |
@@ -291,7 +291,8 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesAttachedAdjacentBits) { |
DoDevicesAttachedTest(device_indices); |
} |
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetached) { |
+// Disabled until http://crbug.com/155910 is resolved. |
+TEST_F(RemovableDeviceNotificationsWindowWinTest, DISABLED_DevicesDetached) { |
PreAttachDevices(); |
std::vector<int> device_indices; |
@@ -303,7 +304,9 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetached) { |
DoDevicesDetachedTest(device_indices); |
} |
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedHighBoundary) { |
+// Disabled until http://crbug.com/155910 is resolved. |
+TEST_F(RemovableDeviceNotificationsWindowWinTest, |
+ DISABLED_DevicesDetachedHighBoundary) { |
PreAttachDevices(); |
std::vector<int> device_indices; |
@@ -312,7 +315,9 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedHighBoundary) { |
DoDevicesDetachedTest(device_indices); |
} |
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedLowBoundary) { |
+// Disabled until http://crbug.com/155910 is resolved. |
+TEST_F(RemovableDeviceNotificationsWindowWinTest, |
+ DISABLED_DevicesDetachedLowBoundary) { |
PreAttachDevices(); |
std::vector<int> device_indices; |
@@ -321,7 +326,9 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedLowBoundary) { |
DoDevicesDetachedTest(device_indices); |
} |
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedAdjacentBits) { |
+// Disabled until http://crbug.com/155910 is resolved. |
+TEST_F(RemovableDeviceNotificationsWindowWinTest, |
+ DISABLED_DevicesDetachedAdjacentBits) { |
PreAttachDevices(); |
std::vector<int> device_indices; |
@@ -333,7 +340,8 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedAdjacentBits) { |
DoDevicesDetachedTest(device_indices); |
} |
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DeviceInfoFoPath) { |
+// Disabled until http://crbug.com/155910 is resolved. |
+TEST_F(RemovableDeviceNotificationsWindowWinTest, DISALBED_DeviceInfoForPath) { |
Lei Zhang
2012/10/30 05:21:31
You fixed one typo and made another. # of typos =
|
PreAttachDevices(); |
// An invalid path. |