Skip to content

Commit 9186a1f

Browse files
authored
[path_provider_android] Re-enable getExternalStorageDirectories test (flutter#5668)
Accidentally missed this in flutter/packages#5628 fixes flutter#139808
1 parent 3e82629 commit 9186a1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/path_provider/path_provider_android/example/integration_test/path_provider_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ void main() {
7878
for (final String result in directories!) {
7979
_verifySampleFile(result, '$type');
8080
}
81-
},
82-
// TODO(camsim99): Fix https://github.com/flutter/flutter/issues/139808.
83-
skip: true);
81+
});
8482
}
8583
}
8684

0 commit comments

Comments
 (0)