Unverified Commit 12397fba authored by Angjie Li's avatar Angjie Li Committed by GitHub

Allow Flutter Web Driver testing in debug mode. (#62577)

parent 638a9449
......@@ -188,17 +188,6 @@ class DriveCommand extends RunCommandBase {
);
}
if (isWebPlatform && buildInfo.isDebug) {
// TODO(angjieli): remove this once running against
// target under test_driver in debug mode is supported
throwToolExit(
'Flutter Driver web does not support running in debug mode.\n'
'\n'
'Use --profile mode for testing application performance.\n'
'Use --release mode for testing correctness (with assertions).'
);
}
Uri webUri;
if (isWebPlatform) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment