Bug 1623134 - Disable test_fetch_cors_sw_reroute.html on Android r=asuth

This broke when hostutils was updated and we don't know why.

Differential Revision: https://phabricator.services.mozilla.com/D68860

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2020-04-02 14:34:05 +00:00
Родитель b85978d734
Коммит bff3f94664
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -60,8 +60,9 @@ prefs =
[test_fetch_cached_redirect.html]
[test_fetch_cors.html]
[test_fetch_cors_sw_reroute.html]
skip-if = os == "linux" || (os == "win" && os_version == "10.0") # Bug 1210282
skip-if = os == "linux" || (os == "win" && os_version == "10.0") || os == "android" # Bug 1210282, 1623134
[test_fetch_cors_sw_empty_reroute.html]
skip-if = os == "android" # Bug 1623134
[test_fetch_csp_block.html]
[test_fetch_observer.html]
[test_fetch_user_control_rp.html]