Skip to content

Commit

Permalink
Disable openbox in Chromium test wrapper (#26273)
Browse files Browse the repository at this point in the history
Disable openbox, this is required upstream only for ChromeOS tests.
  • Loading branch information
goodov authored Oct 29, 2024
1 parent af603cf commit 2a89734
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 2a89734

Please sign in to comment.