Skip to content

Commit 6e82b5b

Browse files
committed
[DWDS] Make TestContext.setUp set the --disable-gpu Chrome option when launching Chrome
1 parent 2406379 commit 6e82b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dwds/test/fixtures/context.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ class TestContext {
384384
..addAll({
385385
Capabilities.chromeOptions: {
386386
'args': [
387+
'--disable-gpu',
387388
'remote-debugging-port=$debugPort',
388389
if (enableDebugExtension)
389390
'--load-extension=debug_extension/prod_build',

0 commit comments

Comments
 (0)