From b593c96cf28d13a6b66f6e7fcbf93453721a5c08 Mon Sep 17 00:00:00 2001 From: Stephen A Pohl Date: Fri, 11 Apr 2025 15:03:44 +0000 Subject: [PATCH] Bug 1958239: Re-enable marAppApplyUpdateStageOldVersionFailure.js and marAppApplyUpdateSuccess.js on aarch64 now that bug 1919455 is fixed. r=application-update-reviewers,bytesized Differential Revision: https://phabricator.services.mozilla.com/D244322 --- .../update/tests/unit_update_binary/xpcshell_base.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/toolkit/mozapps/update/tests/unit_update_binary/xpcshell_base.toml b/toolkit/mozapps/update/tests/unit_update_binary/xpcshell_base.toml index 89c4240fb886..ad0bdff8b16a 100644 --- a/toolkit/mozapps/update/tests/unit_update_binary/xpcshell_base.toml +++ b/toolkit/mozapps/update/tests/unit_update_binary/xpcshell_base.toml @@ -48,9 +48,6 @@ run-if = ["os == 'win'"] reason = "Windows only test" ["marAppApplyUpdateStageOldVersionFailure.js"] -skip-if = [ - "os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1937434 -] ["marAppApplyUpdateStageSuccess.js"] skip-if = [ @@ -58,9 +55,6 @@ skip-if = [ ] ["marAppApplyUpdateSuccess.js"] -skip-if = [ - "os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1937434 -] ["marAppInUseBackgroundTaskFailure_win.js"] run-if = ["os == 'win'"]