Skip to content

Commit

Permalink
Bug 1876947 - Remove the disable_e10s manifest key r=jmaher
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorypappas committed Feb 2, 2024
1 parent 1be1030 commit 630aac8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/xpcshell/runxpcshelltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,9 +784,6 @@ def run_test(self):
# 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:
Expand Down

0 comments on commit 630aac8

Please sign in to comment.