Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Reenable HostApplicationBuilderTests disabled on Mono/Windows
They were disabled against #34582 which was fixed by #64834
  • Loading branch information
akoeplinger committed Mar 11, 2022
commit 6a1e2f0036aa29978383ebc21f3e64c39f720d46
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public void CanConfigureAppConfigurationAndRetrieveFromDI()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/34582", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]
public void CanConfigureAppConfigurationFromFile()
{
HostApplicationBuilder builder = CreateEmptyBuilder();
Expand Down Expand Up @@ -432,7 +431,6 @@ public void DisableDefaultServicesAreAvailable()

[Theory]
[MemberData(nameof(ConfigureHostOptionsTestInput))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/34582", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]
public void CanConfigureHostOptionsWithDefaults(BackgroundServiceExceptionBehavior testBehavior, TimeSpan testShutdown)
{
var builder = new HostApplicationBuilder();
Expand Down