| 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 70d6ced3dbc8a71195c957bcc1c571b3871eb1e7..19a4c9eb27fa6fd0f6c7353168f01be5d7ab1568 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -758,6 +758,15 @@ TELEMETRY_TESTS = {
|
| 'run_on_optional': True,
|
| },
|
| ],
|
| + 'disabled_tester_configs': [
|
| + {
|
| + 'names': [
|
| + # http://crbug.com/599451: this test is currently too slow
|
| + # to run on x64 in Debug mode. Need to shard the tests.
|
| + 'Win7 x64 Debug (NVIDIA)',
|
| + ],
|
| + },
|
| + ],
|
| 'target_name': 'webgl_conformance',
|
| 'args': [
|
| '--webgl-conformance-version=2.0.0',
|
|
|