From 05d16c8961f212584f5c55f216d78ed09005fb7e Mon Sep 17 00:00:00 2001 From: Edwin Gao Date: Tue, 2 Apr 2019 21:24:55 +0000 Subject: [PATCH] Bug 1536637 - correct the bug number detailing test_gmpProvider.js being disabled for windows10-aarch64 r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D25866 --HG-- extra : moz-landing-system : lando --- toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini b/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini index d6f1117f014c..8ac149cf3616 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini +++ b/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini @@ -122,7 +122,7 @@ tags = blocklist skip-if = true tags = blocklist [test_gmpProvider.js] -skip-if = appname != "firefox" || (os == "win" && processor == "aarch64") # bug 1538785 +skip-if = appname != "firefox" || (os == "win" && processor == "aarch64") # bug 1536637 [test_harness.js] [test_hidden.js] [test_install.js]