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.
This commit is contained in:
Bob Owen 2017-07-20 07:50:48 +01:00
Родитель dc46549cd6
Коммит b4239707cf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7,5 +7,5 @@ support-files =
skip-if = !e10s
[browser_content_sandbox_fs.js]
skip-if = !e10s
skip-if = !e10s || (debug && os == 'win') # bug 1379635
[browser_content_sandbox_syscalls.js]