Unverified Commit e91b9914 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Add more debugging information to aid in tracking down flakes. (#13220)

parent 7ad69b38
...@@ -10,7 +10,7 @@ void main() { ...@@ -10,7 +10,7 @@ void main() {
FlutterDriver driver; FlutterDriver driver;
setUpAll(() async { setUpAll(() async {
driver = await FlutterDriver.connect(); driver = await FlutterDriver.connect(printCommunication: true);
}); });
test('step through', () async { test('step through', () async {
......
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