Unskip IIS Tests (#20417)
This commit is contained in:
parent
61f4e674e5
commit
bc140e8722
|
|
@ -212,7 +212,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
|
||||
public async Task DetectsOverriddenServer()
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);
|
||||
|
|
@ -230,7 +229,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
|
||||
public async Task LogsStartupExceptionExitError()
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);
|
||||
|
|
@ -709,7 +707,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
[InlineData("DOTNET_ENVIRONMENT", "deVelopment")]
|
||||
[InlineData("ASPNETCORE_DETAILEDERRORS", "1")]
|
||||
[InlineData("ASPNETCORE_DETAILEDERRORS", "TRUE")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
|
||||
public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExceptionPageIsEnabled(string environmentVariable, string value)
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
|
||||
|
|
@ -734,7 +731,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
|
||||
[ConditionalFact]
|
||||
[RequiresNewHandler]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
|
||||
public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExceptionPageIsEnabledViaWebConfig()
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
|
||||
|
|
@ -762,7 +758,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
[RequiresNewHandler]
|
||||
[InlineData("ThrowInStartup")]
|
||||
[InlineData("ThrowInStartupGenericHost")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
|
||||
public async Task ExceptionIsLoggedToEventLogAndPutInResponseDuringHostingStartupProcess(string startupType)
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
|
||||
|
|
@ -785,7 +780,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
[ConditionalFact]
|
||||
[RequiresIIS(IISCapability.PoolEnvironmentVariables)]
|
||||
[RequiresNewHandler]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
|
||||
public async Task ExceptionIsNotLoggedToResponseWhenStartupHookIsDisabled()
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
|
||||
|
|
@ -808,7 +802,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
|
||||
[ConditionalFact]
|
||||
[RequiresNewHandler]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
|
||||
public async Task ExceptionIsLoggedToEventLogDoesNotWriteToResponse()
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
|
||||
|
|
|
|||
Loading…
Reference in New Issue