Backed out changeset 724fdfe8f396 (bug 1324870)

This commit is contained in:
Iris Hsiao 2017-01-05 12:21:31 -05:00
parent e0c5cc1d8d
commit 8ca3b2dc24
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' || (os=='linux' && bits==32) #Android: TIMED_OUT; Linux32:bug 1324870
skip-if = toolkit == 'android' #TIMED_OUT
[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" || (os=='linux' && bits==32) # linux32: bug 1324870
skip-if = os == "android"
[test_ext_downloads_search.js]
skip-if = os == "android"
[test_ext_experiments.js]