| 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..f7aff1d801c2e1a14899ee68eab51c8792548a03 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, DISABLED_DeviceInfoForPath) {
|
| PreAttachDevices();
|
|
|
| // An invalid path.
|
|
|