Skip to content

Commit 084c696

Browse files
Quarantine WritesDateTime (#61615)
1 parent 43bef09 commit 084c696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/HttpLogging/test/W3CLoggerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class W3CLoggerTests
1111
readonly DateTime _timestampOne = new DateTime(2021, 01, 02, 03, 04, 05);
1212

1313
[Fact]
14+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61614")]
1415
public async Task WritesDateTime()
1516
{
1617
var path = Path.GetTempFileName() + "_";

0 commit comments

Comments
 (0)