Bug 994798 - Disable browser_frameworker_sandbox.js on Linux debug for frequent timeouts. a=test-only

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-04-11 16:09:09 -04:00
parent a52bdce68c
commit 4b6c707ed4

View File

@ -21,4 +21,4 @@ support-files =
[browser_frameworker.js] [browser_frameworker.js]
skip-if = asan || (os == 'linux' && debug) # Bug 994798 for Linux debug disabling skip-if = asan || (os == 'linux' && debug) # Bug 994798 for Linux debug disabling
[browser_frameworker_sandbox.js] [browser_frameworker_sandbox.js]
skip-if = asan skip-if = asan || (os == 'linux' && debug) # Bug 994798 for Linux debug disabling