| Index: services/video_capture/test/mock_device_unittest.cc
 | 
| diff --git a/services/video_capture/test/mock_device_unittest.cc b/services/video_capture/test/mock_device_unittest.cc
 | 
| index f3035fe75674bfdb7302458dcb2dac9e09bf7f13..40f36b4e7b52ab68e4a2bcab768f36ec95e4c591 100644
 | 
| --- a/services/video_capture/test/mock_device_unittest.cc
 | 
| +++ b/services/video_capture/test/mock_device_unittest.cc
 | 
| @@ -12,7 +12,7 @@ namespace video_capture {
 | 
|  
 | 
|  // Tests that the service stops the capture device when the client closes the
 | 
|  // connection to the device proxy.
 | 
| -TEST_F(MockDeviceTest, DeviceIsStoppedWhenDiscardingDeviceProxy) {
 | 
| +TEST_F(MockDeviceTest, DISABLED_DeviceIsStoppedWhenDiscardingDeviceProxy) {
 | 
|    base::RunLoop wait_loop;
 | 
|  
 | 
|    // The mock device must hold on to the device client that is passed to it.
 | 
| @@ -34,7 +34,7 @@ TEST_F(MockDeviceTest, DeviceIsStoppedWhenDiscardingDeviceProxy) {
 | 
|  
 | 
|  // Tests that the service stops the capture device when the client closes the
 | 
|  // connection to the client proxy it provided to the service.
 | 
| -TEST_F(MockDeviceTest, DeviceIsStoppedWhenDiscardingDeviceClient) {
 | 
| +TEST_F(MockDeviceTest, DISABLED_DeviceIsStoppedWhenDiscardingDeviceClient) {
 | 
|    base::RunLoop wait_loop;
 | 
|  
 | 
|    // The mock device must hold on to the device client that is passed to it.
 | 
| 
 |