Bug 1324870 - Skip test_bug803225.html and test_ext_downloads_misc.js on linux32 only, to enable taskcluster migration; r=jmaher

--HG--
extra : rebase_source : eb4c1e94381f46d54619f0a3ba65e3f5beed2221
This commit is contained in:
Geoff Brown 2017-01-05 09:15:11 -07:00
parent ede830c0a6
commit 4fdfff0c12
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ support-files =
[test_main.html]
skip-if = toolkit == 'android' #TIMED_OUT
[test_bug803225.html]
skip-if = toolkit == 'android' #TIMED_OUT
skip-if = toolkit == 'android' || (os=='linux' && bits==32) #Android: TIMED_OUT; Linux32:bug 1324870
[test_frameNavigation.html]
skip-if = toolkit == 'android' #TIMED_OUT

View File

@ -31,7 +31,7 @@ skip-if = os == "android" # Containers are not exposed to android.
[test_ext_downloads_download.js]
skip-if = os == "android"
[test_ext_downloads_misc.js]
skip-if = os == "android"
skip-if = os == "android" || (os=='linux' && bits==32) # linux32: bug 1324870
[test_ext_downloads_search.js]
skip-if = os == "android"
[test_ext_experiments.js]