Skip to content

Commit

Permalink
#60582 enable ExtractToDirectoryExtension_Unicode on ios/tvos (#72091)
Browse files Browse the repository at this point in the history
* #60582 enable ExtractToDirectoryExtension_Unicode on ios/tvos
  • Loading branch information
mkhamoyan authored Jul 19, 2022
1 parent 83c820d commit 215d7e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public void ExtractToDirectoryNull()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60582", TestPlatforms.iOS | TestPlatforms.tvOS)]
public void ExtractToDirectoryUnicode()
{
string zipFileName = zfile("unicode.zip");
Expand Down
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
2 changes: 0 additions & 2 deletions src/libraries/System.IO.Packaging/tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,6 @@ public void SetEmptyPropertyToNull()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60582", TestPlatforms.iOS | TestPlatforms.tvOS)]
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Desktop doesn't support Package.Open with FileAccess.Write")]
public void CreateWithFileAccessWrite()
{
Expand Down Expand Up @@ -3696,7 +3695,6 @@ public void CreateWithFileAccessWrite()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60582", TestPlatforms.iOS | TestPlatforms.tvOS)]
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Desktop doesn't support Package.Open with FileAccess.Write")]
public void ZipPackage_CreateWithFileAccessWrite()
{
Expand Down

0 comments on commit 215d7e4

Please sign in to comment.