Skip to content

Commit

Permalink
Merge pull request #26275 from brave/pr26273_fix-badregion-errors_1.72.x
Browse files Browse the repository at this point in the history
Disable openbox in Chromium test wrapper (uplift to 1.72.x)
  • Loading branch information
LaurenWags authored Oct 29, 2024
2 parents 5e774aa + 34d9c14 commit ae69ebb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/testing-xvfb.py.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/testing/xvfb.py b/testing/xvfb.py
index fb782c65db23b96c8fde3675a9fd9a0c0aaf314f..f97aac2cddbcb1eef17b04f96f5a537b5d58c46e 100755
--- a/testing/xvfb.py
+++ b/testing/xvfb.py
@@ -101,7 +101,7 @@ def launch_dbus(env): # pylint: disable=inconsistent-return-statements
def run_executable(cmd,
env,
stdoutfile=None,
- use_openbox=True,
+ use_openbox=False,
use_xcompmgr=True,
xvfb_whd=None,
cwd=None):

0 comments on commit ae69ebb

Please sign in to comment.