Bug 1490546 - update disabling condition r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreea Pavel 2019-07-05 05:54:47 +00:00
Родитель 037c8526b6
Коммит 10c90a9d6a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,7 +1,7 @@
[postmessage.https.html]
disabled:
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499972
if (os == "android") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1490546
if (os == "android") and e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1490546
[postMessage to a redundant worker]
expected: FAIL