Skip to content

Commit c4d7d34

Browse files
Quarantine LoggingConfigurationSectionPassedToLoggerByDefault (dotnet#36080)
* Quarantine `LoggingConfigurationSectionPassedToLoggerByDefault` * Update src/DefaultBuilder/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs Co-authored-by: Chris Ross <[email protected]>
1 parent 9584881 commit c4d7d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DefaultBuilder/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ await ExecuteTestApp(applicationName, async (deploymentResult, logger) =>
111111
}
112112

113113
[Fact]
114+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/36079")]
114115
public void LoggingConfigurationSectionPassedToLoggerByDefault()
115116
{
116117
try

0 commit comments

Comments
 (0)