Disable flaky test FullStackTest.SimulcastFullHdOveruse
NOTRY=True Bug: webrtc:9220 Change-Id: Id3b9bbd867bec277b54f4168d758d295fe77ef34 Reviewed-on: https://webrtc-review.googlesource.com/73682 Commit-Queue: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23079}
This commit is contained in:

committed by
Commit Bot

parent
2a35c43779
commit
c3d8bb1c52
@ -743,7 +743,8 @@ TEST_F(FullStackTest, VP9SVC_3SL_Low) {
|
||||
#endif // !defined(RTC_DISABLE_VP9)
|
||||
|
||||
// Android bots can't handle FullHD, so disable the test.
|
||||
#if defined(WEBRTC_ANDROID)
|
||||
// TODO(bugs.webrtc.org/9220): Investigate source of flakiness on Mac.
|
||||
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_MAC)
|
||||
#define MAYBE_SimulcastFullHdOveruse DISABLED_SimulcastFullHdOveruse
|
||||
#else
|
||||
#define MAYBE_SimulcastFullHdOveruse SimulcastFullHdOveruse
|
||||
|
Reference in New Issue
Block a user