Bug 1526212 - Disable /resource-timing/test_resource_timing.https.html on linux, mac and windows. r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Narcis Beleuzu 2019-02-24 03:09:57 +00:00
parent 42bafc21a1
commit 46ea64a3cc

View File

@ -4,6 +4,10 @@
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
if os == "android" and not debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
if os == "windows" and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
disabled:
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
if os == "android" and not debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
if os == "win" and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
expected:
if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS
FAIL