Commit f3e8a3f5 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Disable WebRTC-H264 for viz_content_browsertests on Win10 x64.

Pass --disable-features=WebRTC-H264WithOpenH264FFmpeg to
viz_content_browsertests on "chromium.win:Win10 Tests x64" similarly
to how it's being done for content_browsertests.

Tbr: dpranke@chromium.org
Bug: 867536
Change-Id: Ib04e95a3b1dd94b29027f7cda26b5780e1a16a92
Reviewed-on: https://chromium-review.googlesource.com/1154141Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578901}
parent c5584c2f
...@@ -941,7 +941,8 @@ ...@@ -941,7 +941,8 @@
}, },
{ {
"args": [ "args": [
"--enable-features=VizDisplayCompositor" "--enable-features=VizDisplayCompositor",
"--disable-features=WebRTC-H264WithOpenH264FFmpeg"
], ],
"name": "viz_content_browsertests", "name": "viz_content_browsertests",
"swarming": { "swarming": {
......
...@@ -1358,6 +1358,13 @@ ...@@ -1358,6 +1358,13 @@
'shards': 7, 'shards': 7,
}, },
}, },
# chromium.win
'Win10 Tests x64': {
# crbug.com/868082
'args': [
'--disable-features=WebRTC-H264WithOpenH264FFmpeg',
],
},
}, },
}, },
'viz_browser_tests': { 'viz_browser_tests': {
......
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