Bug 1440900 - Disable browser_devices_get_user_media_paused.js win !debug and linux64 !debug for frequent failures. r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrei Ciure 2019-07-13 22:48:01 +00:00
Родитель 8b6a45f83b
Коммит 3a01a56056
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -14,6 +14,7 @@ skip-if = debug # bug 1369731
[browser_devices_get_user_media_multi_process.js]
skip-if = debug && (os == "win" || os == "mac") # bug 1393761
[browser_devices_get_user_media_paused.js]
skip-if = (os == "win" && !debug) || (os =="linux" && !debug && bits == 64) #Bug 1440900
[browser_devices_get_user_media_screen.js]
skip-if = (os == 'linux') # Bug 1503991
[browser_devices_get_user_media_tear_off_tab.js]