| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| index 7a44b0eacc6c2ea1b8d1fc2a0f861857eb8f9eaf..9ecddfbc96e045a53320acb4c2e6839d9d8842c6 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1603,10 +1603,7 @@ SPEC = {
|
| steps.generate_junit_test,
|
| ],
|
| 'tests': [
|
| - steps.GTestTest(
|
| - 'components_browsertests',
|
| - android_isolate_path='components/components_browsertests.isolate',
|
| - android_tool='asan'),
|
| + steps.GTestTest('components_browsertests', android_tool='asan'),
|
| steps.GTestTest('gfx_unittests', android_tool='asan'),
|
| ],
|
| },
|
|
|