Commit d3572283 authored by Linkun Chen's avatar Linkun Chen Committed by Commit Bot

Disable audio tests for chromecast devices

cr-merge is blocked:
https://eureka-internal-review.git.corp.google.com/c/chromium/src/+/179137

GN target "for_mixer_audio" introduces un-implemented interface to
chromecast devices, which breaks the build.

Bug: 110113636
Test: local build
Change-Id: I13f73eead3bbd889ef3fe10714951ce1e9a20008
Reviewed-on: https://chromium-review.googlesource.com/1100173Reviewed-by: default avatarSimeon Anfinrud <sanfin@chromium.org>
Reviewed-by: default avatarStephen Lanham <slan@chromium.org>
Reviewed-by: default avatarKenneth MacKay <kmackay@chromium.org>
Commit-Queue: Linkun Chen <lkchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567400}
parent f3982a30
......@@ -96,7 +96,7 @@ cast_test_group("cast_tests") {
]
}
if (is_linux || is_fuchsia) {
if ((is_linux || is_fuchsia) && (use_alsa || enable_video_with_mixed_audio)) {
tests += [
"//chromecast/media/cma/backend:cast_audio_backend_unittests",
"//chromecast/media/cma/backend:cast_av_sync_backend_unittests",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment