Directory.deleteSync(recursive: true) failing if directory is not empty #38148
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
P2
A bug or feature request we're likely to work on
triaged
Issue has been triaged by sub team
Observed on the following Dart version:
$ dart --version Dart VM version: 2.5.0-dev.3.0.flutter-35382f9b14 (Wed Aug 28 18:50:51 2019 +0000) on "macos_x64"
The test in question has the following
setUp()
andtearDown()
methods - the exception was thrown intearDown()
;This failure is intermittent - not 100% reproducible.
The text was updated successfully, but these errors were encountered: