Bug 1132209 - Stop running robocop on Android x86; r=kmoir
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -845,22 +845,19 @@ ANDROID_PLAIN_UNITTEST_DICT['debug_unitt
# Beginning Androidx86 configurations
ANDROID_X86_MOZHARNESS_DICT = [
('androidx86-set-4', {
'use_mozharness': True,
'script_path': 'scripts/android_emulator_unittest.py',
'extra_args': [
'--cfg', 'android/androidx86.py',
- '--test-suite', 'robocop-1',
- '--test-suite', 'robocop-2',
- '--test-suite', 'robocop-3',
'--test-suite', 'xpcshell',
],
- 'trychooser_suites': ['robocop-1', 'robocop-2', 'robocop-3', 'xpcshell'],
+ 'trychooser_suites': ['xpcshell'],
'blob_upload': True,
'timeout': 2400,
'script_maxtime': 14400,
},
),
]
ANDROID_X86_NOT_GREEN_DICT = [