Bug 1422762 - Mark some updater unit tests as failing on Windows coverage builds until we figure out a way to get the build signed. r=jmaher

This commit is contained in:
Marco Castelluccio 2017-12-04 10:25:02 +01:00
Родитель 8740f91903
Коммит 7674aa9dc2
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,7 @@ tags = blocklist
[test_ProductAddonChecker.js]
[test_shutdown.js]
[test_system_update_blank.js]
fail-if = os == 'win' && ccov
[test_system_update_checkSizeHash.js]
[test_system_update_custom.js]
[test_system_update_empty.js]

Просмотреть файл

@ -7,6 +7,7 @@
[DEFAULT]
tags = appupdate
head = head_update.js
fail-if = os == 'win' && ccov
[bootstrapSvc.js]
run-sequentially = Uses the Mozilla Maintenance Service.