File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
System.IO.Compression/tests/ZipArchive
System.IO.Compression.ZipFile/tests Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace System . IO . Compression . Tests ;
10
10
11
+ [ SkipOnPlatform ( TestPlatforms . Browser , "https://github.com/dotnet/runtime/issues/114769" ) ]
11
12
public class ZipFile_Extract_Stream : ZipFileTestBase
12
13
{
13
14
[ Fact ]
Original file line number Diff line number Diff line change 8
8
9
9
namespace System . IO . Compression . Tests
10
10
{
11
+ [ SkipOnPlatform ( TestPlatforms . Browser , "https://github.com/dotnet/runtime/issues/114769" ) ]
11
12
public class ZipFile_Extract : ZipFileTestBase
12
13
{
13
14
public static IEnumerable < object [ ] > Get_ExtractToDirectoryNormal_Data ( )
Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ public static async Task ZipArchiveEntry_CorruptedStream_ReadMode_Read_UpToUncom
281
281
282
282
[ Theory]
283
283
[ MemberData( nameof( Get_Booleans_Data) ) ]
284
+ [ SkipOnPlatform( TestPlatforms. Browser, "https: //github.com/dotnet/runtime/issues/114769")]
284
285
public static async Task ZipArchiveEntry_CorruptedStream_EnsureNoExtraBytesReadOrOverWritten( bool async)
285
286
{
286
287
MemoryStream stream = PopulateStream( ) . Result;
You can’t perform that action at this time.
0 commit comments