| Index: testing/buildbot/chromium.gpu.json
|
| diff --git a/testing/buildbot/chromium.gpu.json b/testing/buildbot/chromium.gpu.json
|
| index 4d562ae7f98dc7ca46c8e17732b9d951cf881ce8..5f6779980ced43c7512c8cf87fddbc75772ece3c 100644
|
| --- a/testing/buildbot/chromium.gpu.json
|
| +++ b/testing/buildbot/chromium.gpu.json
|
| @@ -12,7 +12,8 @@
|
| {
|
| "args": [
|
| "--use-gpu-in-tests",
|
| - "--test-launcher-retry-limit=0"
|
| + "--test-launcher-retry-limit=0",
|
| + "--no-xvfb"
|
| ],
|
| "swarming": {
|
| "can_use_on_swarming_builders": true,
|
| @@ -44,7 +45,8 @@
|
| },
|
| {
|
| "args": [
|
| - "--use-gpu-in-tests"
|
| + "--use-gpu-in-tests",
|
| + "--no-xvfb"
|
| ],
|
| "swarming": {
|
| "can_use_on_swarming_builders": true,
|
| @@ -331,7 +333,8 @@
|
| {
|
| "args": [
|
| "--use-gpu-in-tests",
|
| - "--test-launcher-retry-limit=0"
|
| + "--test-launcher-retry-limit=0",
|
| + "--no-xvfb"
|
| ],
|
| "swarming": {
|
| "can_use_on_swarming_builders": true,
|
| @@ -384,7 +387,8 @@
|
| },
|
| {
|
| "args": [
|
| - "--use-gpu-in-tests"
|
| + "--use-gpu-in-tests",
|
| + "--no-xvfb"
|
| ],
|
| "swarming": {
|
| "can_use_on_swarming_builders": true,
|
|
|