Disable AV1 screencast test on Mac
Bug: webrtc:351644561 Change-Id: I73101e22f373cd0aca8ca4faa49a2237b2a1fe8f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355961 Auto-Submit: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42599}
This commit is contained in:
parent
383870faf4
commit
ffca3241a0
@ -698,7 +698,14 @@ TEST(FullStackTest, Conference_Motion_Hd_3tl_AV1) {
|
|||||||
fixture->RunWithAnalyzer(conf_motion_hd);
|
fixture->RunWithAnalyzer(conf_motion_hd);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(FullStackTest, Screenshare_Slides_Simulcast_AV1) {
|
#if defined(WEBRTC_MAC)
|
||||||
|
// TODO(webrtc:351644561): Flaky on Mac x86/ARM.
|
||||||
|
#define MAYBE_Screenshare_Slides_Simulcast_AV1 \
|
||||||
|
DISABLED_Screenshare_Slides_Simulcast_AV1
|
||||||
|
#else
|
||||||
|
#define MAYBE_Screenshare_Slides_Simulcast_AV1 Screenshare_Slides_Simulcast_AV1
|
||||||
|
#endif
|
||||||
|
TEST(FullStackTest, MAYBE_Screenshare_Slides_Simulcast_AV1) {
|
||||||
auto fixture = CreateVideoQualityTestFixture();
|
auto fixture = CreateVideoQualityTestFixture();
|
||||||
ParamsWithLogging screenshare;
|
ParamsWithLogging screenshare;
|
||||||
screenshare.analyzer = {.test_label = "screenshare_slides_simulcast_AV1",
|
screenshare.analyzer = {.test_label = "screenshare_slides_simulcast_AV1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user