We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bef09 commit 084c696Copy full SHA for 084c696
src/Middleware/HttpLogging/test/W3CLoggerTests.cs
@@ -11,6 +11,7 @@ public class W3CLoggerTests
11
readonly DateTime _timestampOne = new DateTime(2021, 01, 02, 03, 04, 05);
12
13
[Fact]
14
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61614")]
15
public async Task WritesDateTime()
16
{
17
var path = Path.GetTempFileName() + "_";
0 commit comments