• Greg Spencer's avatar
    Fix driver test to run locally. (#86816) · b311f0c0
    Greg Spencer authored
    This change fixes the driver tests "VMServiceFlutterDriver with logCommunicationToFile logCommunicationToFile logCommunicationToFile = false" and "WebFlutterDriver with logCommunicationToFile logCommunicationToFile = false" so that they will no longer fail when run locally.
    
    The issue was one of not cleaning up the log files after the test ran, so a later run with the same name would see it. Presumably on the servers the tests are run in a different environment where the names or locations of the output files end up being different.
    b311f0c0
Name
Last commit
Last update
..
stubs Loading commit data...
extension_test.dart Loading commit data...
find_test.dart Loading commit data...
flutter_driver_test.dart Loading commit data...
io_extension_test.dart Loading commit data...
request_data_test.dart Loading commit data...
timeline_summary_test.dart Loading commit data...
timeline_test.dart Loading commit data...
wait_test.dart Loading commit data...