Bug 1710638 - Enable sandboxing for socket process tests, r=necko-reviewers,dragana

Differential Revision: https://phabricator.services.mozilla.com/D115013
This commit is contained in:
Kershaw Chang 2021-05-21 07:15:21 +00:00
parent bae5af4064
commit 2fe9a66455

View File

@ -1211,8 +1211,6 @@ class XPCShellTests(object):
# compatible with the sandbox.
self.env["MOZ_DISABLE_CONTENT_SANDBOX"] = "1"
self.env["MOZ_DISABLE_SOCKET_PROCESS_SANDBOX"] = "1"
if self.mozInfo.get("socketprocess_networking"):
self.env["MOZ_FORCE_USE_SOCKET_PROCESS"] = "1"
else: