From eb1164c42f980396933803e625cef687e7bc9151 Mon Sep 17 00:00:00 2001 From: Gray Mackall Date: Wed, 13 Dec 2023 14:03:00 -0800 Subject: [PATCH] re-enable test --- .../example/integration_test/path_provider_test.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 104a7e1aaf5..8f4422613c2 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); + }); } }