From 3b5f09b0438d392660a0e58291c664782fb2b090 Mon Sep 17 00:00:00 2001 From: Eliza Balazs Date: Wed, 11 Apr 2018 22:56:00 +0300 Subject: [PATCH] Bug 1425175 - Disable skip-waiting-using-registration.https.html on Linux, OSX opt, Windows 7 pgo platforms. r=jmaher --- .../skip-waiting-using-registration.https.html.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini index 1a1c451880fd..51c97c9833c0 100644 --- a/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini @@ -2,4 +2,4 @@ disabled: if (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175 if not debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175 - if not debug and (os == "win") and (version == "6.1.7600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175 + if not debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175