| Index: content/test/gpu/generate_buildbot_json.py
|
| diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
|
| index 2abc6c7f187148939f4d84b1e7f4eb3cd5a357df..40b4bb7fc828a8a47eb7ec46703e7389dd17afe8 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -1162,7 +1162,8 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
|
| 'tester_configs': [
|
| {
|
| 'fyi_only': True,
|
| - 'os_types': ['linux']
|
| + 'os_types': ['linux'],
|
| + 'run_on_optional': True,
|
| }
|
| ],
|
| 'target_name': 'webgl_conformance',
|
|
|