Bug 1364028 - enable specific robocop tests on Autophone.
Move Adobe Flash to new ini file in order to reduce the confusion, and use the
robocop_autophone.ini for running specific tests on Autophone.
MozReview-Commit-ID: KPniwy7rLJm
--- a/mobile/android/tests/browser/robocop/moz.build
+++ b/mobile/android/tests/browser/robocop/moz.build
@@ -7,16 +7,17 @@
DEFINES['ANDROID_PACKAGE_NAME'] = CONFIG['ANDROID_PACKAGE_NAME']
ANDROID_APK_NAME = 'robocop-debug'
ANDROID_APK_PACKAGE = 'org.mozilla.roboexample.test'
ANDROID_ASSETS_DIRS += ['assets']
TEST_HARNESS_FILES.testing.mochitest += [
'robocop.ini',
+ 'robocop_adobe_flash.ini',
'robocop_autophone.ini',
]
TEST_HARNESS_FILES.testing.mochitest.tests.robocop += [
'*.html',
'*.jpg',
'*.mp4',
'*.ogg',
'*.sjs',
new file mode 100644
--- /dev/null
+++ b/mobile/android/tests/browser/robocop/robocop_adobe_flash.ini
@@ -0,0 +1,1 @@
+[testAdobeFlash]
\ No newline at end of file
--- a/mobile/android/tests/browser/robocop/robocop_autophone.ini
+++ b/mobile/android/tests/browser/robocop/robocop_autophone.ini
@@ -1,4 +1,3 @@
-[testAdobeFlash]
[testAudioFocus]
[testMediaControl]
skip-if = android_version < "23"
\ No newline at end of file