diff --git a/toolkit/mozapps/update/tests/unit_aus_update/xpcshell.ini b/toolkit/mozapps/update/tests/unit_aus_update/xpcshell.ini index 3da405e20560..83ccc418384a 100644 --- a/toolkit/mozapps/update/tests/unit_aus_update/xpcshell.ini +++ b/toolkit/mozapps/update/tests/unit_aus_update/xpcshell.ini @@ -46,5 +46,5 @@ reason = Update directory migration is currently Windows only [disableBackgroundUpdatesBackgroundTask.js] [disableBackgroundUpdatesNonBackgroundTask.js] [ensureExperimentToRolloutTransitionPerformed.js] -run-if = os == 'win' -reason = Feature is windows-specific. +run-if = os == 'win' && appname == 'firefox' +reason = Feature is Firefox-specific and Windows-specific.