| Index: scripts/slave/recipes/gpu/build_and_upload.py
|
| diff --git a/scripts/slave/recipes/gpu/build_and_upload.py b/scripts/slave/recipes/gpu/build_and_upload.py
|
| index 2e922bb347c07f762d58b1f0c72f15f5099ea416..4a8447c181c1dde5de3d9a739681d6f8e035fbb0 100644
|
| --- a/scripts/slave/recipes/gpu/build_and_upload.py
|
| +++ b/scripts/slave/recipes/gpu/build_and_upload.py
|
| @@ -52,17 +52,6 @@ def GenTests(api):
|
| api.platform.name('win')
|
| )
|
|
|
| - # Test that Mac builds on fyi bots link against the OSX 10.10 SDK.
|
| - yield (
|
| - api.test('mac_fyi_link_against_10_10') +
|
| - api.properties.scheduled(
|
| - build_config='Release',
|
| - mastername='chromium.gpu.fyi',
|
| - buildername='mac release builder',
|
| - buildnumber=572) +
|
| - api.platform.name('mac')
|
| - )
|
| -
|
| yield (
|
| api.test('compile_with_patch_fail') +
|
| api.properties.tryserver(
|
|
|