@@ -212,7 +212,6 @@ public async Task StartsWithPortableAndBootstraperExe()
212
212
}
213
213
214
214
[ ConditionalFact ]
215
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/20153" ) ]
216
215
public async Task DetectsOverriddenServer ( )
217
216
{
218
217
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( Fixture . InProcessTestSite ) ;
@@ -230,7 +229,6 @@ public async Task DetectsOverriddenServer()
230
229
}
231
230
232
231
[ ConditionalFact ]
233
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/20153" ) ]
234
232
public async Task LogsStartupExceptionExitError ( )
235
233
{
236
234
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( Fixture . InProcessTestSite ) ;
@@ -709,7 +707,6 @@ public async Task StartupIsSuspendedWhenEventIsUsed()
709
707
[ InlineData ( "DOTNET_ENVIRONMENT" , "deVelopment" ) ]
710
708
[ InlineData ( "ASPNETCORE_DETAILEDERRORS" , "1" ) ]
711
709
[ InlineData ( "ASPNETCORE_DETAILEDERRORS" , "TRUE" ) ]
712
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/20153" ) ]
713
710
public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExceptionPageIsEnabled ( string environmentVariable , string value )
714
711
{
715
712
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( ) ;
@@ -734,7 +731,6 @@ public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExcept
734
731
735
732
[ ConditionalFact ]
736
733
[ RequiresNewHandler ]
737
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/20153" ) ]
738
734
public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExceptionPageIsEnabledViaWebConfig ( )
739
735
{
740
736
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( ) ;
@@ -762,7 +758,6 @@ public async Task ExceptionIsLoggedToEventLogAndPutInResponseWhenDeveloperExcept
762
758
[ RequiresNewHandler ]
763
759
[ InlineData ( "ThrowInStartup" ) ]
764
760
[ InlineData ( "ThrowInStartupGenericHost" ) ]
765
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/20153" ) ]
766
761
public async Task ExceptionIsLoggedToEventLogAndPutInResponseDuringHostingStartupProcess ( string startupType )
767
762
{
768
763
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( ) ;
@@ -785,7 +780,6 @@ public async Task ExceptionIsLoggedToEventLogAndPutInResponseDuringHostingStartu
785
780
[ ConditionalFact ]
786
781
[ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
787
782
[ RequiresNewHandler ]
788
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/20153" ) ]
789
783
public async Task ExceptionIsNotLoggedToResponseWhenStartupHookIsDisabled ( )
790
784
{
791
785
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( ) ;
@@ -808,7 +802,6 @@ public async Task ExceptionIsNotLoggedToResponseWhenStartupHookIsDisabled()
808
802
809
803
[ ConditionalFact ]
810
804
[ RequiresNewHandler ]
811
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/20153" ) ]
812
805
public async Task ExceptionIsLoggedToEventLogDoesNotWriteToResponse ( )
813
806
{
814
807
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( ) ;
0 commit comments