mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 13:19:06 +08:00
[path_provider_android] Disable getExternalStorageDirectories (type: ...)
test (#5619)
Disables the `getExternalStorageDirectories (type: ...)` integration test in `path_provider_android` that is extremely flaky (particularly on AVDs running Android 34) to reduce the impact it has had on developer productivity. Fixes https://github.com/flutter/flutter/issues/139378.
This commit is contained in:
@ -78,7 +78,9 @@ void main() {
|
||||
for (final String result in directories!) {
|
||||
_verifySampleFile(result, '$type');
|
||||
}
|
||||
});
|
||||
},
|
||||
// TODO(camsim99): Fix https://github.com/flutter/flutter/issues/139808.
|
||||
skip: true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user