Bug 1701439 - correct disabling condition.

This commit is contained in:
Cristian Tuns 2022-01-17 17:43:48 -05:00
Родитель bd3f69d8aa
Коммит e30bd08994
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -152,9 +152,9 @@ skip-if = (os == "win" && processor == "aarch64") # disabled on aarch64 due to 1
[browser_jsterm_screenshot_command_selector.js]
[browser_jsterm_screenshot_command_warnings.js]
skip-if =
(os == "win" && os_version == "6.1") # Getting the clipboard image dimensions throws an exception
os == "win" && os_version == "6.1" # Getting the clipboard image dimensions throws an exception
os == 'linux' && bits == 64 && !debug # Bug 1701439
[browser_jsterm_selfxss.js]
[browser_jsterm_syntax_highlight_output.js]
skip-if =
skip-if =
os == "win" && processor == "aarch64" # disabled on aarch64 due to 1531574
os == 'linux' && bits == 64 && !debug # Bug 1701439