File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed 
System.IO.Compression.ZipFile/tests 
System.IO.Compression/tests/ZipArchive Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 88
99namespace  System . IO . Compression . Tests ; 
1010
11+ [ SkipOnPlatform ( TestPlatforms . Browser ,  "https://github.com/dotnet/runtime/issues/114769" ) ] 
1112public  class  ZipFile_Extract_Stream  :  ZipFileTestBase 
1213{ 
1314    [ Fact ] 
Original file line number Diff line number Diff line change 88
99namespace  System . IO . Compression . Tests 
1010{ 
11+     [ SkipOnPlatform ( TestPlatforms . Browser ,  "https://github.com/dotnet/runtime/issues/114769" ) ] 
1112    public  class  ZipFile_Extract  :  ZipFileTestBase 
1213    { 
1314        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
281281
282282        [ Theory] 
283283        [ MemberData( nameof( Get_Booleans_Data) ) ] 
284+         [ SkipOnPlatform( TestPlatforms. Browser,  "https: //github.com/dotnet/runtime/issues/114769")] 
284285        public static  async Task ZipArchiveEntry_CorruptedStream_EnsureNoExtraBytesReadOrOverWritten( bool  async) 
285286        { 
286287            MemoryStream stream =  PopulateStream( ) . Result; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments