Bug 1293992, bug 1295907 - Disable tests not suitable for Thunderbird. r=kmag

--HG--
extra : rebase_source : bf3495e7fffcfab015840355ce52f640741833ce
This commit is contained in:
Jorg K 2016-08-17 11:07:00 -04:00
Родитель b20fbb66ac
Коммит dd34d47f05
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -304,7 +304,9 @@ run-sequentially = Uses global XCurProcD dir.
run-sequentially = Uses global XCurProcD dir.
[test_sourceURI.js]
[test_webextension_icons.js]
skip-if = appname == "thunderbird"
[test_webextension.js]
skip-if = appname == "thunderbird"
[test_webextension_install.js]
skip-if = appname == "thunderbird"
[test_bootstrap_globals.js]

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

@ -39,6 +39,7 @@ skip-if = appname != "firefox"
[test_delay_update.js]
[test_nodisable_hidden.js]
[test_delay_update_webextension.js]
skip-if = appname == "thunderbird"
[test_dependencies.js]
[include:xpcshell-shared.ini]