| Index: scripts/slave/recipes/ios/try.py | 
| diff --git a/scripts/slave/recipes/ios/try.py b/scripts/slave/recipes/ios/try.py | 
| index b5a0838d1a388b1d1179b2eae6ce10a201c70bac..b2d6d0b47def838a3cd1abe3c25c58802dcd3c7c 100644 | 
| --- a/scripts/slave/recipes/ios/try.py | 
| +++ b/scripts/slave/recipes/ios/try.py | 
| @@ -51,7 +51,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('basic') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios-simulator', | 
| buildnumber='0', | 
| @@ -88,7 +87,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('no_tests') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios-simulator', | 
| buildnumber='0', | 
| @@ -120,7 +118,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('swarming') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios-simulator-swarming', | 
| buildnumber='0', | 
| @@ -157,7 +154,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('swarming_tests_skipped') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios-simulator-swarming', | 
| buildnumber='0', | 
| @@ -194,7 +190,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('icu_patch') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios-simulator', | 
| buildnumber='0', | 
| @@ -232,7 +227,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('parent') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios', | 
| buildnumber='0', | 
| @@ -272,7 +266,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('without_patch_success') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios', | 
| buildnumber='0', | 
| @@ -306,7 +299,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('without_patch_failure') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios', | 
| buildnumber='0', | 
| @@ -341,7 +333,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('gn') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios-simulator-gn', | 
| buildnumber='0', | 
| @@ -382,7 +373,6 @@ def GenTests(api): | 
| yield ( | 
| api.test('gyp_goma') | 
| + api.platform('mac', 64) | 
| -    + api.properties(patch_url='patch url') | 
| + api.properties( | 
| buildername='ios-simulator', | 
| buildnumber='0', | 
|  |