| Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| index 3435aab76dc4d20bbe910a5fa739cef60b8d9988..d6bffec1f68e536c362f984df9aa42bd86816fb4 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| @@ -249,10 +249,6 @@ SPEC = {
|
| 'android_config': 'main_builder',
|
| 'root_devices': True,
|
| 'tests': [
|
| - steps.AndroidInstrumentationTest('AndroidWebViewTest'),
|
| - steps.AndroidInstrumentationTest('ChromePublicTest'),
|
| - steps.AndroidInstrumentationTest('ContentShellTest'),
|
| - steps.AndroidInstrumentationTest('ChromeSyncShellTest'),
|
| steps.AndroidJunitTest('base_junit_tests'),
|
| steps.AndroidJunitTest('chrome_junit_tests'),
|
| steps.AndroidJunitTest('components_junit_tests'),
|
| @@ -305,10 +301,6 @@ SPEC = {
|
| 'android_config': 'main_builder',
|
| 'root_devices': True,
|
| 'tests': [
|
| - steps.AndroidInstrumentationTest('AndroidWebViewTest'),
|
| - steps.AndroidInstrumentationTest('ChromePublicTest'),
|
| - steps.AndroidInstrumentationTest('ContentShellTest'),
|
| - steps.AndroidInstrumentationTest('ChromeSyncShellTest'),
|
| steps.AndroidJunitTest('base_junit_tests'),
|
| steps.AndroidJunitTest('chrome_junit_tests'),
|
| steps.AndroidJunitTest('components_junit_tests'),
|
|
|