We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45df1cc commit d48e427Copy full SHA for d48e427
dwds/test/fixtures/context.dart
@@ -177,7 +177,11 @@ class TestContext {
177
try {
178
_chromeDriver = await Process.start(
179
'chromedriver$_exeExt',
180
- ['--port=$chromeDriverPort', '--url-base=$chromeDriverUrlBase'],
+ [
181
+ '--port=$chromeDriverPort',
182
+ '--url-base=$chromeDriverUrlBase',
183
+ '--disable-gpu',
184
+ ],
185
);
186
// On windows this takes a while to boot up, wait for the first line
187
// of stdout as a signal that it is ready.
0 commit comments