Skip to content

Commit

Permalink
Reenable HostApplicationBuilderTests disabled on Mono/Windows (#66521)
Browse files Browse the repository at this point in the history
They were disabled against #34582 which was fixed by #64834
  • Loading branch information
akoeplinger committed Mar 12, 2022
1 parent 6e26872 commit 48e431b
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 48e431b

Please sign in to comment.