@@ -333,15 +333,15 @@ public async Task UnseekableStreams_RoundTrip_Async(TestTarFormat testFormat)
333
333
334
334
[ Theory ]
335
335
[ 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." ) ]
337
337
public async Task ExtractToDirectory_ExactRootDirMatch_RegularFile_And_Directory_Throws_Async ( TarEntryFormat format , TarEntryType entryType , string fileName )
338
338
{
339
339
await ExtractToDirectory_ExactRootDirMatch_RegularFile_And_Directory_Throws_Internal_Async ( format , entryType , fileName , inverted : false ) ;
340
340
await ExtractToDirectory_ExactRootDirMatch_RegularFile_And_Directory_Throws_Internal_Async ( format , entryType , fileName , inverted : true ) ;
341
341
}
342
342
343
343
[ 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." ) ]
345
345
public async Task ExtractToDirectory_ExactRootDirMatch_Directory_Relative_Throws_Async ( )
346
346
{
347
347
string entryFolderName = "folder" ;
@@ -368,7 +368,7 @@ public async Task ExtractToDirectory_ExactRootDirMatch_Directory_Relative_Throws
368
368
[ InlineData ( TarEntryFormat . Ustar ) ]
369
369
[ InlineData ( TarEntryFormat . Pax ) ]
370
370
[ 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." ) ]
372
372
public async Task ExtractToDirectory_ExactRootDirMatch_HardLinks_Throws_Async ( TarEntryFormat format )
373
373
{
374
374
await ExtractToDirectory_ExactRootDirMatch_Links_Throws_Async ( format , TarEntryType . HardLink , inverted : false ) ;
0 commit comments