Skip to content

Commit 09543d6

Browse files
authored
Disable TarWriter_WriteEntry_File_Tests.Add_File in Linux (#69997)
1 parent 1cefbfc commit 09543d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.File.Tests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public void EntryName_NullOrEmpty()
6565
}
6666
}
6767

68+
[ActiveIssue("https://github.com/dotnet/runtime/issues/69474", TestPlatforms.Linux)]
6869
[Theory]
6970
[InlineData(TarFormat.V7)]
7071
[InlineData(TarFormat.Ustar)]

0 commit comments

Comments
 (0)