| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index e35c54a503946499bae82fa233d0bbe58bebd39b..efc0831e0a19748c40018bd4f7b693f0d164c8c7 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -7,7 +7,6 @@ import collections
|
| from recipe_engine.types import freeze
|
|
|
| DEPS = [
|
| - 'amp',
|
| 'depot_tools/bot_update',
|
| 'chromium',
|
| 'chromium_android',
|
| @@ -470,16 +469,6 @@ def GenTests(api):
|
| )
|
|
|
| yield (
|
| - api.test('amp_test_failure') +
|
| - props(buildername='android_amp',
|
| - mastername='tryserver.chromium.android') +
|
| - api.platform.name('linux') +
|
| - suppress_analyze() +
|
| - api.override_step_data('[collect] base_unittests (with patch)',
|
| - canned_test(passing=False), retcode=1)
|
| - )
|
| -
|
| - yield (
|
| api.test('compile_failure_without_patch_deapply_fn') +
|
| props() +
|
| api.platform.name('linux') +
|
|
|