Skip to content

Commit

Permalink
#60582 enable ExtractToDirectoryExtension_Unicode on ios/tvos
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhamoyan committed Jul 13, 2022
1 parent 005f654 commit 8ff753f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public void ExtractToDirectoryExtension()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60582", TestPlatforms.iOS | TestPlatforms.tvOS)]
public void ExtractToDirectoryExtension_Unicode()
{
using (ZipArchive archive = ZipFile.OpenRead(zfile("unicode.zip")))
Expand Down

0 comments on commit 8ff753f

Please sign in to comment.