Bug 1553124 - Disable search engine-specific tests for Thunderbird. r=standard8

This commit is contained in:
Jorg K 2019-05-22 00:34:47 +02:00
parent 98ff24cc58
commit 86b762eb51
5 changed files with 5 additions and 6 deletions

View File

@ -7,4 +7,4 @@ support-files =
tags=searchconfig searchconfig1
[include:xpcshell-common.ini]
skip-if = toolkit == 'android'
skip-if = toolkit == 'android' || appname == "thunderbird"

View File

@ -7,4 +7,4 @@ support-files =
tags=searchconfig searchconfig2
[include:xpcshell-common.ini]
skip-if = toolkit == 'android'
skip-if = toolkit == 'android' || appname == "thunderbird"

View File

@ -7,4 +7,4 @@ support-files =
tags=searchconfig searchconfig3
[include:xpcshell-common.ini]
skip-if = toolkit == 'android'
skip-if = toolkit == 'android' || appname == "thunderbird"

View File

@ -7,4 +7,4 @@ support-files =
tags=searchconfig searchconfig4
[include:xpcshell-common.ini]
skip-if = toolkit == 'android'
skip-if = toolkit == 'android' || appname == "thunderbird"

View File

@ -21,8 +21,7 @@ requesttimeoutfactor = 3
[test_ebay.js]
# This is an extensive test and currently takes a long time. Therefore skip on
# debug/asan and extend the timeout length otherwise.
# Thunderbird doesn't provide eBay search engines.
skip-if = debug || asan || appname == "thunderbird"
skip-if = debug || asan
requesttimeoutfactor = 3
[test_google.js]
# This is an extensive test and currently takes a long time. Therefore skip on