From 5e9ec06da70bd50bc78c1e55e5b64e888cd10903 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 11 Nov 2024 15:17:51 -0800 Subject: [PATCH] kevmoo testing --- script/tool/lib/src/drive_examples_command.dart | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/script/tool/lib/src/drive_examples_command.dart b/script/tool/lib/src/drive_examples_command.dart index 8ae12485602..2f134cfced8 100644 --- a/script/tool/lib/src/drive_examples_command.dart +++ b/script/tool/lib/src/drive_examples_command.dart @@ -128,13 +128,7 @@ class DriveExamplesCommand extends PackageLoopingCommand { 'web-server', '--web-port=7357', '--browser-name=chrome', - if (useWasm) - '--wasm' - // TODO(dit): Clean this up, https://github.com/flutter/flutter/issues/151869 - else if (platform.environment['CHANNEL']?.toLowerCase() == 'master') - '--web-renderer=canvaskit' - else - '--web-renderer=html', + if (useWasm) '--wasm', if (platform.environment.containsKey('CHROME_EXECUTABLE')) '--chrome-binary=${platform.environment['CHROME_EXECUTABLE']}', ],