@@ -333,15 +333,15 @@ public async Task UnseekableStreams_RoundTrip_Async(TestTarFormat testFormat)
333333
334334 [ Theory ]
335335 [ MemberData ( nameof ( GetExactRootDirMatchCases ) ) ]
336- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/88049" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
336+ [ SkipOnPlatform ( TestPlatforms . iOS | TestPlatforms . tvOS , "The temporary directory on Apple mobile platforms exceeds the path length limit." ) ]
337337 public async Task ExtractToDirectory_ExactRootDirMatch_RegularFile_And_Directory_Throws_Async ( TarEntryFormat format , TarEntryType entryType , string fileName )
338338 {
339339 await ExtractToDirectory_ExactRootDirMatch_RegularFile_And_Directory_Throws_Internal_Async ( format , entryType , fileName , inverted : false ) ;
340340 await ExtractToDirectory_ExactRootDirMatch_RegularFile_And_Directory_Throws_Internal_Async ( format , entryType , fileName , inverted : true ) ;
341341 }
342342
343343 [ Fact ]
344- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/88049" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
344+ [ SkipOnPlatform ( TestPlatforms . iOS | TestPlatforms . tvOS , "The temporary directory on Apple mobile platforms exceeds the path length limit." ) ]
345345 public async Task ExtractToDirectory_ExactRootDirMatch_Directory_Relative_Throws_Async ( )
346346 {
347347 string entryFolderName = "folder" ;
@@ -368,7 +368,7 @@ public async Task ExtractToDirectory_ExactRootDirMatch_Directory_Relative_Throws
368368 [ InlineData ( TarEntryFormat . Ustar ) ]
369369 [ InlineData ( TarEntryFormat . Pax ) ]
370370 [ InlineData ( TarEntryFormat . Gnu ) ]
371- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/88049" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
371+ [ SkipOnPlatform ( TestPlatforms . iOS | TestPlatforms . tvOS , "The temporary directory on Apple mobile platforms exceeds the path length limit." ) ]
372372 public async Task ExtractToDirectory_ExactRootDirMatch_HardLinks_Throws_Async ( TarEntryFormat format )
373373 {
374374 await ExtractToDirectory_ExactRootDirMatch_Links_Throws_Async ( format , TarEntryType . HardLink , inverted : false ) ;
0 commit comments