From 6a912db249b0c80b98614181c73172ad3aebcf85 Mon Sep 17 00:00:00 2001 From: Andreea Pavel Date: Mon, 21 Oct 2019 14:09:17 +0000 Subject: [PATCH] Bug 1586420 - Disable clients-get.https.html on mac debug. r=gbrown Differential Revision: https://phabricator.services.mozilla.com/D49841 --HG-- extra : moz-landing-system : lando --- .../service-workers/service-worker/clients-get.https.html.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/web-platform/meta/service-workers/service-worker/clients-get.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/clients-get.https.html.ini index 5043b9c1eb31..84b14d59f70f 100644 --- a/testing/web-platform/meta/service-workers/service-worker/clients-get.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/clients-get.https.html.ini @@ -1,5 +1,8 @@ [clients-get.https.html] prefs: [browser.cache.offline.storage.enable:true, browser.cache.offline.enable:true] + disabled: + if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1586420 + expected: if debug and not webrender and (os == "win") and not fission and (processor == "x86_64"): ["OK", "CRASH"] if debug and webrender and not fission and (os == "win"): ["CRASH", "OK"]