Skip to content

Commit de69e9f

Browse files
committed
WIP
1 parent 2406379 commit de69e9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dwds/test/fixtures/context.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@ class TestContext {
177177
try {
178178
_chromeDriver = await Process.start(
179179
'chromedriver$_exeExt',
180-
['--port=$chromeDriverPort', '--url-base=$chromeDriverUrlBase'],
180+
[
181+
'--port=$chromeDriverPort',
182+
'--url-base=$chromeDriverUrlBase',
183+
'--disable-gpu',
184+
],
181185
);
182186
// On windows this takes a while to boot up, wait for the first line
183187
// of stdout as a signal that it is ready.

0 commit comments

Comments
 (0)