Bug 1526265 - Disable payment-is-showing.https.html on Android !debug for frequent failures. r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Noemi Erli 2019-02-13 10:42:53 +00:00
Родитель 7859700e5d
Коммит ba57aee6c7
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1,4 +1,6 @@
[payment-is-showing.https.html]
disabled:
if (os == "android" and not debug): https://bugzilla.mozilla.org/show_bug.cgi?id=1526265
expected:
if debug and not e10s and (os == "linux"): OK
TIMEOUT