| 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 b2f53d05603a533a004fa6435c3776662d1b817e..70c9c48f3d54d01e6c606850d6015c870b2e8422 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -1619,6 +1619,15 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
|
| 'disabled_instrumentation_types': ['tsan'],
|
| }
|
| ],
|
| + 'disabled_tester_configs': [
|
| + {
|
| + # The Mac ASAN swarming runs on two different GPU types so we can't
|
| + # have one expected vendor ID / device ID
|
| + 'names': [
|
| + 'Mac GPU ASAN Release',
|
| + ],
|
| + },
|
| + ],
|
| },
|
| 'maps_pixel_test': {
|
| 'target_name': 'maps',
|
|
|