Skip to content

Commit 4b5cf85

Browse files
authored
Remove last --disable-dart-dev in flutter/flutter. (flutter#154948)
Work towards flutter#154268.
1 parent 6fd2b9f commit 4b5cf85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/devicelab/lib/framework/runner.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ Future<TaskResult> runTask(
187187
final Process runner = await startProcess(
188188
dartBin,
189189
<String>[
190-
// TODO(matanlurey): This is load bearing; see https://github.com/flutter/flutter/issues/154268#issuecomment-2318996125.
191-
'--disable-dart-dev',
192190
'--enable-vm-service=0', // zero causes the system to choose a free port
193191
'--no-pause-isolates-on-exit',
194192
if (localEngine != null) '-DlocalEngine=$localEngine',

0 commit comments

Comments
 (0)