Bug 1620091: Disable remote extension mochitests on Android; r=mixedpuppy

Even though e10s is turned on in GeckoView, we do not yet support the extension
process; we should skip these tests in that case.

Differential Revision: https://phabricator.services.mozilla.com/D65418

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Aaron Klotz 2020-03-05 07:04:57 +00:00
Родитель 7623cca5ba
Коммит 86a449e7c4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
[DEFAULT]
tags = webextensions remote-webextensions
skip-if = !e10s
skip-if = !e10s || (os == 'android') # Bug 1620091: disable on android until extension process is done
prefs =
extensions.webextensions.remote=true