Revert "Enable VP9 KSVC perf tests."
This reverts commit 1fdcfa755e963e2710fcbf6b1525b6ed50e67428. Reason for revert: Still crashes (see webrtc:9506). Original change's description: > Enable VP9 KSVC perf tests. > > The tests crashed and were disabled temporarily. The crash was probably > caused by chromium:879307 which was fixed recently. > > Bug: webrtc:9506 > Change-Id: I08872c0370c9cf5dc4769daf68b7c61135a55c9e > Reviewed-on: https://webrtc-review.googlesource.com/99080 > Reviewed-by: Erik Språng <sprang@webrtc.org> > Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24638} TBR=sprang@webrtc.org,ssilkin@webrtc.org Change-Id: I4761c702330809f0e39e6a88870892320dc47280 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:9506 Reviewed-on: https://webrtc-review.googlesource.com/99160 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24649}
This commit is contained in:
parent
a94ad2920c
commit
7f978f18b3
@ -803,6 +803,9 @@ TEST(FullStackTest, VP9SVC_3SL_Low) {
|
||||
fixture->RunWithAnalyzer(simulcast);
|
||||
}
|
||||
|
||||
// bugs.webrtc.org/9506
|
||||
#if !defined(WEBRTC_MAC)
|
||||
|
||||
TEST(FullStackTest, VP9KSVC_3SL_High) {
|
||||
auto fixture = CreateVideoQualityTestFixture();
|
||||
ParamsWithLogging simulcast;
|
||||
@ -855,6 +858,8 @@ TEST(FullStackTest, VP9KSVC_3SL_Medium_Network_Restricted) {
|
||||
simulcast.config->link_capacity_kbps = 1000;
|
||||
fixture->RunWithAnalyzer(simulcast);
|
||||
}
|
||||
#endif // !defined(WEBRTC_MAC)
|
||||
|
||||
#endif // !defined(RTC_DISABLE_VP9)
|
||||
|
||||
// Android bots can't handle FullHD, so disable the test.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user