Bug 1876947 - Remove the disable_e10s manifest key r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D199808
This commit is contained in:
Gregory Pappas 2024-02-02 23:45:11 +00:00
parent 1be1030604
commit 630aac874f

View File

@ -784,9 +784,6 @@ class XPCShellTestThread(Thread):
# Check for known-fail tests
expect_pass = self.test_object["expected"] == "pass"
if self.test_object.get("disable_e10s") == "true":
self.env["MOZ_FORCE_DISABLE_E10S"] = "1"
# By default self.appPath will equal the gre dir. If specified in the
# xpcshell.toml file, set a different app dir for this test.
if self.app_dir_key and self.app_dir_key in self.test_object: