| 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 cc93c3dfdac0b90dce168f8de556fc7e72567247..76be8435023f12149669ff1fa730ff70093805b3 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1826,6 +1826,9 @@ SPEC = {
|
| 'root_devices': True,
|
| 'tests': [
|
| steps.GTestTest('gfx_unittests'),
|
| + steps.AndroidInstrumentationTest(
|
| + 'ChromePublicTest',
|
| + render_results_dir='chrome/test/data/android/render_tests'),
|
| ],
|
| 'testing': {
|
| 'platform': 'linux',
|
|
|