Disable Paris QCIF test.
TBR=stefan@webrtc.org Bug: webrtc:9129 Change-Id: I32882085e38d4b9f6b36997941e55b16d608c434 Reviewed-on: https://webrtc-review.googlesource.com/68560 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22797}
This commit is contained in:
parent
11b34f4d08
commit
11bf2fa43c
@ -98,7 +98,13 @@ TEST_F(FullStackTest, GeneratorWithoutPacketLossMultiplexI420AFrame) {
|
||||
|
||||
#endif // !defined(RTC_DISABLE_VP9)
|
||||
|
||||
TEST_F(FullStackTest, ParisQcifWithoutPacketLoss) {
|
||||
#if defined(WEBRTC_LINUX)
|
||||
// Crashes on the linux trusty perf bot: bugs.webrtc.org/9129.
|
||||
#define MAYBE_ParisQcifWithoutPacketLoss DISABLED_ParisQcifWithoutPacketLoss
|
||||
#else
|
||||
#define MAYBE_ParisQcifWithoutPacketLoss ParisQcifWithoutPacketLoss
|
||||
#endif
|
||||
TEST_F(FullStackTest, MAYBE_ParisQcifWithoutPacketLoss) {
|
||||
VideoQualityTest::Params paris_qcif;
|
||||
paris_qcif.call.send_side_bwe = true;
|
||||
paris_qcif.video[0] = {true, 176, 144, 30, 300000,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user