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:

committed by
Commit Bot

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