Bug 1527846 - disabled new_window_same_origin.tentative.html on mac debug r=mccr8

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreea Pavel 2019-08-06 23:10:15 +00:00
parent b8f89aa588
commit 0e73b6bc4c

View File

@ -1,4 +1,7 @@
[new_window_same_origin.tentative.html]
disabled:
if debug and (os == "mac") : https://bugzilla.mozilla.org/show_bug.cgi?id=1527846
expected:
if (os == "mac") and debug: [OK, ERROR]
if (os == "linux") and sw-e10s: [OK, TIMEOUT]