Commit 0a6df1b0 authored by cleichner's avatar cleichner Committed by Commit bot

[chromecast] Disable WebM, Vorbis tests for ALSA

The ALSA-based CMA backend doesn't support that functionality yet.

BUG=internal b/19544200

Review URL: https://codereview.chromium.org/1175843002

Cr-Commit-Position: refs/heads/master@{#333766}
parent bac56ba3
......@@ -122,6 +122,14 @@
],
},
}],
['disable_display==1', {
'variables': {
'filters': [
# These are not supported by the backend right now. b/21737919
'cast_media_unittests --gtest_filter=-AudioVideoPipelineDeviceTest.VorbisPlayback:AudioVideoPipelineDeviceTest.WebmPlayback',
],
}
}],
],
'includes': ['build/tests/test_list.gypi'],
},
......
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