diff --git a/packages/path_provider/path_provider_android/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider_android/example/integration_test/path_provider_test.dart index 104a7e1aaf54..8f4422613c2b 100644 --- a/packages/path_provider/path_provider_android/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider_android/example/integration_test/path_provider_test.dart @@ -78,9 +78,7 @@ void main() { for (final String result in directories!) { _verifySampleFile(result, '$type'); } - }, - // TODO(camsim99): Fix https://github.com/flutter/flutter/issues/139808. - skip: true); + }); } }