gecko-dev/security/sandbox/test/browser.ini
Bob Owen b4239707cf Bug 1366694 Part 2: Don't run sandbox file system test in DEBUG on Windows. r=jimm
This is because in DEBUG mode we currently give full access to TEMP dir
for logging purposes and the temporary profile is created in the TEMP dir.
2017-07-20 07:50:48 +01:00

12 lines
329 B
INI

# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
[DEFAULT]
tags = contentsandbox
support-files =
browser_content_sandbox_utils.js
skip-if = !e10s
[browser_content_sandbox_fs.js]
skip-if = !e10s || (debug && os == 'win') # bug 1379635
[browser_content_sandbox_syscalls.js]