Skip to content

Commit 6b0c27e

Browse files
committed
fixed FilenameWithGlobalContextPatternStringTest on linux #193
1 parent fd3e752 commit 6b0c27e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/log4net.Tests/Appender/FileAppenderTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public void FilenameWithPatternStringTest()
109109
/// </summary>
110110
/// <remarks>see https://github.com/apache/logging-log4net/issues/193</remarks>
111111
[Test]
112+
[Platform(Include = "Win")]
112113
public void FilenameWithGlobalContextPatternStringTest()
113114
{
114115
DirectoryInfo logs = new("./Logs");

0 commit comments

Comments
 (0)