[ci] Remove web renderer option from tools. (#8055)

Removes the `--web-renderer` option from the "drive examples" and "dart test" commands.

Fixes https://github.com/flutter/flutter/issues/151869
This commit is contained in:
David Iglesias
2024-11-12 11:21:21 -08:00
committed by GitHub
parent 53c1ff2b2a
commit 4a7b385322
4 changed files with 3 additions and 81 deletions

View File

@ -331,7 +331,6 @@ test_on: vm && browser
'test',
'--color',
'--platform=chrome',
'--web-renderer=canvaskit',
],
package.path),
]),
@ -360,7 +359,6 @@ test_on: vm && browser
'test',
'--color',
'--platform=chrome',
'--web-renderer=canvaskit',
],
plugin.path),
]),
@ -390,7 +388,6 @@ test_on: vm && browser
'test',
'--color',
'--platform=chrome',
'--web-renderer=canvaskit',
],
plugin.path),
]),
@ -420,7 +417,6 @@ test_on: vm && browser
'test',
'--color',
'--platform=chrome',
'--web-renderer=canvaskit',
],
plugin.path),
]),
@ -495,7 +491,6 @@ test_on: vm && browser
'test',
'--color',
'--platform=chrome',
'--web-renderer=canvaskit',
],
plugin.path),
]),