Comment out uninstantiated parametrized PC full stack test

Bug: None
Change-Id: If4756fd30df5788fdbe8bfcb36f5333167c50669
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/209460
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33376}
This commit is contained in:
Bjorn Terelius
2021-03-03 17:53:45 +01:00
committed by Commit Bot
parent e7a55813f9
commit 83e6eceac7

View File

@ -1738,9 +1738,9 @@ TEST(PCFullStackTest, MAYBE_LargeRoomVP8_50thumb) {
}
*/
/*
class PCDualStreamsTest : public ::testing::TestWithParam<int> {};
/*
// Disable dual video test on mobile device becuase it's too heavy.
// TODO(bugs.webrtc.org/9840): Investigate why is this test flaky on MAC.
#if !defined(WEBRTC_ANDROID) && !defined(WEBRTC_IOS) && !defined(WEBRTC_MAC)
@ -1842,10 +1842,10 @@ TEST_P(PCDualStreamsTest, Conference_Restricted) {
auto fixture = CreateVideoQualityTestFixture();
fixture->RunWithAnalyzer(dual_streams);
}
*/
INSTANTIATE_TEST_SUITE_P(PCFullStackTest,
PCDualStreamsTest,
::testing::Values(0, 1));
*/
} // namespace webrtc