forked from firka/flutter
Disable auth codes for Observatory test (flutter/engine#8646)
This commit is contained in:
@@ -42,6 +42,7 @@ class ShellLauncher {
|
||||
'--observatory-port=0',
|
||||
'--non-interactive',
|
||||
'--run-forever',
|
||||
'--disable-service-auth-codes',
|
||||
];
|
||||
final String shellExecutablePath;
|
||||
final String mainDartPath;
|
||||
|
||||
Reference in New Issue
Block a user