Skip to content

Commit

Permalink
[path_provider_android] Re-enable getExternalStorageDirectories test (#…
Browse files Browse the repository at this point in the history
…5668)

Accidentally missed this in #5628

fixes flutter/flutter#139808
  • Loading branch information
gmackall committed Dec 14, 2023
1 parent 3e82629 commit 9186a1f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
}
}

Expand Down

0 comments on commit 9186a1f

Please sign in to comment.