Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 41b90e6

Browse files
committed
Merge pull request #1905 from stephentoub/disable_io_test
Disable StrangeFiles4 System.IO.Compression test on Unix
2 parents 98a60b0 + 08fb05d commit 41b90e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.IO.Compression/tests/ZipArchive/zip_InvalidParametersAndStrangeFiles.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public static async Task StrangeFiles3()
185185
}
186186

187187
[Fact]
188+
[ActiveIssue(1904, PlatformID.AnyUnix)]
188189
public static async Task StrangeFiles4()
189190
{
190191
ZipTest.IsZipSameAsDir(await StreamHelpers.CreateTempCopyStream(

0 commit comments

Comments
 (0)