Bug 1518179 - Skip browser_spoofing_keyboard_event.js on linux64/asan; r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2020-02-20 23:47:38 +00:00
parent 199effbc30
commit 4108cae997

View File

@ -31,6 +31,6 @@ skip-if = os == "linux" && bits == 64 && os_version == "18.04"
[browser_roundedWindow_windowSetting_min_inner.js]
[browser_roundedWindow_windowSetting_min_outer.js]
[browser_spoofing_keyboard_event.js]
skip-if = debug && os == "linux" && bits == 64 #Bug 1518179
skip-if = (debug || asan) && os == "linux" && bits == 64 #Bug 1518179
[browser_timezone.js]
[browser_bug1369357_site_specific_zoom_level.js]