From 242c086f987aa78085dc309ddfbf8e1f39d48fec Mon Sep 17 00:00:00 2001 From: Andrew Sutherland Date: Fri, 18 Oct 2019 19:14:54 +0000 Subject: [PATCH] Bug 1589699 - disable parent-intercept specific WPT test when parent-intercept is not enabled. r=perry I had authored the test as a mozilla-only WPT which means we can't trivially run a check for whether parent intercept is enabled from within the test via consulting with nsIServiceWorkerManager. Differential Revision: https://phabricator.services.mozilla.com/D49787 --HG-- extra : moz-landing-system : lando --- .../update_completes_in_disconnected_global.https.html.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/web-platform/mozilla/meta/service-workers/update_completes_in_disconnected_global.https.html.ini diff --git a/testing/web-platform/mozilla/meta/service-workers/update_completes_in_disconnected_global.https.html.ini b/testing/web-platform/mozilla/meta/service-workers/update_completes_in_disconnected_global.https.html.ini new file mode 100644 index 000000000000..119b3115398e --- /dev/null +++ b/testing/web-platform/mozilla/meta/service-workers/update_completes_in_disconnected_global.https.html.ini @@ -0,0 +1,3 @@ +[update_completes_in_disconnected_global.https.html] + disabled: + if not sw-e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1589699