We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d122daa commit 0e6d607Copy full SHA for 0e6d607
src/libraries/System.IO.Compression.ZipFile/tests/ZipFile.Unix.cs
@@ -12,6 +12,7 @@ namespace System.IO.Compression.Tests
12
public partial class ZipFile_Unix : ZipFileTestBase
13
{
14
[Fact]
15
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/68293", TestPlatforms.OSX)]
16
[ActiveIssue("https://github.com/dotnet/runtime/issues/60581", TestPlatforms.iOS | TestPlatforms.tvOS)]
17
public void UnixCreateSetsPermissionsInExternalAttributes()
18
0 commit comments