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