| Index: testing/buildbot/chromium.fyi.json
|
| diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
|
| index bb834d138ef4528f66fca6473fe3fdc65288e883..c1ad24801cf0228a5f7037400d46a50fc66588e4 100644
|
| --- a/testing/buildbot/chromium.fyi.json
|
| +++ b/testing/buildbot/chromium.fyi.json
|
| @@ -11357,6 +11357,7 @@
|
| "gtest_tests": [
|
| {
|
| "args": [
|
| + "--ozone-platform=headless",
|
| "--override-use-gl-with-osmesa-for-tests",
|
| "--run-in-mash",
|
| "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
|
| @@ -11375,6 +11376,9 @@
|
| "test": "media_service_unittests"
|
| },
|
| {
|
| + "args": [
|
| + "--ozone-platform=headless"
|
| + ],
|
| "swarming": {
|
| "can_use_on_swarming_builders": false
|
| },
|
|
|