зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1545552 - fix manifest to allow browser_telemetry.js to run. r=jaws
browser_telemetry.js has a condition that requires healthreport to be active. This will never be the case. Removing that gives us a chance to run the test. Differential Revision: https://phabricator.services.mozilla.com/D28219 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
3704a79e13
Коммит
fde1e653b9
|
@ -95,7 +95,7 @@ skip-if = os == 'win' && processor == "x86_64" && bits == 64 # bug 1522821
|
|||
[browser_sync_pairing.js]
|
||||
[browser_telemetry.js]
|
||||
# Skip this test on Android as FHR and Telemetry are separate systems there.
|
||||
skip-if = !healthreport || !telemetry || (os == 'linux' && debug) || (os == 'android')
|
||||
skip-if = !telemetry || (os == 'linux' && debug)
|
||||
[browser_warning_permanent_private_browsing.js]
|
||||
[browser_containers_name_input.js]
|
||||
run-if = nightly_build # Containers is enabled only on Nightly
|
||||
|
|
Загрузка…
Ссылка в новой задаче