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 7af7a1af651df18ce51980fb0cc709b7b283a257..edfcc97cc7e17c725908584b0295116910fc9741 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; |