diff --git a/video/end_to_end_tests/call_operation_tests.cc b/video/end_to_end_tests/call_operation_tests.cc index d90b85ef05..64abd76194 100644 --- a/video/end_to_end_tests/call_operation_tests.cc +++ b/video/end_to_end_tests/call_operation_tests.cc @@ -154,7 +154,16 @@ TEST_P(CallOperationEndToEndTest, RendersSingleDelayedFrame) { }); } -TEST_P(CallOperationEndToEndTest, TransmitsFirstFrame) { +// TODO(bugs.webrtc.org/9060): Re-enable this test with the TaskQueue when it +// is no longer flaky. +class CallOperationEndToEndTestNoTaskQueueCongestionControl + : public CallOperationEndToEndTest {}; +INSTANTIATE_TEST_CASE_P(FieldTrials, + CallOperationEndToEndTestNoTaskQueueCongestionControl, + ::testing::Values("WebRTC-RoundRobinPacing/Disabled/", + "WebRTC-RoundRobinPacing/Enabled/")); +TEST_P(CallOperationEndToEndTestNoTaskQueueCongestionControl, + TransmitsFirstFrame) { class Renderer : public rtc::VideoSinkInterface { public: Renderer() : event_(false, false) {}