| Index: chromecast/BUILD.gn
|
| diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
|
| index 98f93589239eedfafb505b7d2f788e14623bfe60..4f9e83e6b0a8d764117622dff7feed757dbc4810 100644
|
| --- a/chromecast/BUILD.gn
|
| +++ b/chromecast/BUILD.gn
|
| @@ -181,7 +181,11 @@ cast_test_group("cast_tests") {
|
|
|
| content_unittests_filter = {
|
| test_name = "content_unittests"
|
| - gtest_excludes = []
|
| +
|
| + # IsSupportedVideoConfig_VP9TransferFunctions fails on all cast builds since
|
| + # the cast IsSupporedVideoConfigs ignore the transfer function parameter.
|
| + # (b/36984215).
|
| + gtest_excludes = [ "*.IsSupportedVideoConfig_VP9TransferFunctions" ]
|
| if (target_os == "linux" && !is_cast_desktop_build) {
|
| # DesktopCaptureDeviceTest.*: No capture device on Eureka
|
| # Disable PepperGamepadHostTest.WaitForReply (pepper not supported on Eureka)
|
|
|