Bug 1587490 - Skip dom/base/test/browser_messagemanager_unload.js when fission enable; r=kmag

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
John Dai 2019-10-10 23:47:59 +00:00
parent 2b6c1a3a67
commit f36d0e4438

View File

@ -55,7 +55,7 @@ skip-if = !e10s # this only makes sense with e10s-multi
uses-unsafe-cpows = true
[browser_messagemanager_targetframeloader.js]
[browser_messagemanager_unload.js]
skip-if = fission
skip-if = fission # Fails with Fission, and we're unlikely to spend time to fix it. (bug 1587490)
[browser_pagehide_on_tab_close.js]
skip-if = e10s # this tests non-e10s behavior. it's not expected to work in e10s.
[browser_promiseDocumentFlushed.js]