diff --git a/video/end_to_end_tests/probing_tests.cc b/video/end_to_end_tests/probing_tests.cc index 4069a68223..db66f6215d 100644 --- a/video/end_to_end_tests/probing_tests.cc +++ b/video/end_to_end_tests/probing_tests.cc @@ -26,11 +26,12 @@ class ProbingEndToEndTest : public test::CallTest, private: test::ScopedFieldTrials field_trial_; }; - -INSTANTIATE_TEST_CASE_P(RoundRobin, - ProbingEndToEndTest, - ::testing::Values("WebRTC-RoundRobinPacing/Disabled/", - "WebRTC-RoundRobinPacing/Enabled/")); +INSTANTIATE_TEST_CASE_P( + FieldTrials, + ProbingEndToEndTest, + ::testing::Values("WebRTC-RoundRobinPacing/Disabled/", + "WebRTC-RoundRobinPacing/Enabled/", + "WebRTC-TaskQueueCongestionControl/Enabled/")); class ProbingTest : public test::EndToEndTest { public: