Bug 1557985 - Disable browser_orientationchange_event.js in Linux opt for frequent failures. r=gbrown

Type a message here

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dorel Luca 2019-09-10 15:35:43 +00:00
parent 107633cba4
commit 18f6607ceb

View File

@ -53,7 +53,7 @@ tags = devtools webextensions
skip-if = true # Bug 1413765
[browser_network_throttling.js]
[browser_orientationchange_event.js]
skip-if = (os == "mac")
skip-if = (os == "mac") || (os == "linux" && !debug)
[browser_page_state.js]
[browser_page_style.js]
[browser_permission_doorhanger.js]