| Index: services/video_capture/test/fake_device_unittest.cc
 | 
| diff --git a/services/video_capture/test/fake_device_unittest.cc b/services/video_capture/test/fake_device_unittest.cc
 | 
| index b0ce65b280ed252a0158c7c259e2f80640f87f45..eac7fa0a5cefdebe032508a351065f3041a0bd2b 100644
 | 
| --- a/services/video_capture/test/fake_device_unittest.cc
 | 
| +++ b/services/video_capture/test/fake_device_unittest.cc
 | 
| @@ -30,7 +30,7 @@ struct FrameInfo {
 | 
|  
 | 
|  namespace video_capture {
 | 
|  
 | 
| -TEST_F(FakeDeviceTest, FrameCallbacksArrive) {
 | 
| +TEST_F(FakeDeviceTest, DISABLED_FrameCallbacksArrive) {
 | 
|    base::RunLoop wait_loop;
 | 
|    const int kNumFramesToWaitFor = 3;
 | 
|    int num_frames_arrived = 0;
 | 
| @@ -51,7 +51,7 @@ TEST_F(FakeDeviceTest, FrameCallbacksArrive) {
 | 
|  
 | 
|  // Tests that frames received from a fake capture device match the requested
 | 
|  // format and have increasing timestamps.
 | 
| -TEST_F(FakeDeviceTest, ReceiveFramesFromFakeCaptureDevice) {
 | 
| +TEST_F(FakeDeviceTest, DISABLED_ReceiveFramesFromFakeCaptureDevice) {
 | 
|    base::RunLoop wait_loop;
 | 
|    mojom::ReceiverPtr receiver_proxy;
 | 
|    constexpr int num_frames_to_receive = 2;
 | 
| 
 |