Skip to content

Commit bc140e8

Browse files
authored
Unskip IIS Tests (#20417)
1 parent 61f4e67 commit bc140e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/StartupTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ public async Task StartsWithPortableAndBootstraperExe()
212212
}
213213

214214
[ConditionalFact]
215-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
216215
public async Task DetectsOverriddenServer()
217216
{
218217
var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);
@@ -230,7 +229,6 @@ public async Task DetectsOverriddenServer()
230229
}
231230

232231
[ConditionalFact]
233-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
234232
public async Task LogsStartupExceptionExitError()
235233
{
236234
var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);
@@ -709,7 +707,6 @@ public async Task StartupIsSuspendedWhenEventIsUsed()
709707
[InlineData("DOTNET_ENVIRONMENT", "deVelopment")]
710708
[InlineData("ASPNETCORE_DETAILEDERRORS", "1")]
711709
[InlineData("ASPNETCORE_DETAILEDERRORS", "TRUE")]
712-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
713710
public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExceptionPageIsEnabled(string environmentVariable, string value)
714711
{
715712
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
@@ -734,7 +731,6 @@ public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExcept
734731

735732
[ConditionalFact]
736733
[RequiresNewHandler]
737-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
738734
public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExceptionPageIsEnabledViaWebConfig()
739735
{
740736
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
@@ -762,7 +758,6 @@ public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExcept
762758
[RequiresNewHandler]
763759
[InlineData("ThrowInStartup")]
764760
[InlineData("ThrowInStartupGenericHost")]
765-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
766761
public async Task ExceptionIsLoggedToEventLogAndPutInResponseDuringHostingStartupProcess(string startupType)
767762
{
768763
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
@@ -785,7 +780,6 @@ public async Task ExceptionIsLoggedToEventLogAndPutInResponseDuringHostingStartu
785780
[ConditionalFact]
786781
[RequiresIIS(IISCapability.PoolEnvironmentVariables)]
787782
[RequiresNewHandler]
788-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
789783
public async Task ExceptionIsNotLoggedToResponseWhenStartupHookIsDisabled()
790784
{
791785
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
@@ -808,7 +802,6 @@ public async Task ExceptionIsNotLoggedToResponseWhenStartupHookIsDisabled()
808802

809803
[ConditionalFact]
810804
[RequiresNewHandler]
811-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/20153")]
812805
public async Task ExceptionIsLoggedToEventLogDoesNotWriteToResponse()
813806
{
814807
var deploymentParameters = Fixture.GetBaseDeploymentParameters();

0 commit comments

Comments
 (0)