Unverified Commit 66556fae authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] deflake integration test with tryToDelete (#61253)

parent afd745e8
...@@ -82,7 +82,7 @@ void main() { ...@@ -82,7 +82,7 @@ void main() {
], workingDirectory: directory.path); ], workingDirectory: directory.path);
expect(result.stderr, isNot(contains('Oops; flutter has exited unexpectedly:'))); expect(result.stderr, isNot(contains('Oops; flutter has exited unexpectedly:')));
} finally { } finally {
directory.deleteSync(recursive: true); tryToDelete(directory);
} }
}); });
......
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