File tree 2 files changed +6
-0
lines changed
Common.FunctionalTests/Inprocess
IIS.FunctionalTests/Inprocess
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public ErrorPagesTests(PublishedSitesFixture fixture)
23
23
}
24
24
25
25
[ ConditionalFact ]
26
+ [ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
26
27
public async Task IncludesAdditionalErrorPageTextInProcessHandlerLoadFailure ( )
27
28
{
28
29
var deploymentParameters = _fixture . GetBaseDeploymentParameters ( publish : true ) ;
@@ -37,6 +38,7 @@ public async Task IncludesAdditionalErrorPageTextInProcessHandlerLoadFailure()
37
38
}
38
39
39
40
[ ConditionalFact ]
41
+ [ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
40
42
public async Task IncludesAdditionalErrorPageTextOutOfProcessStartupFailure ( )
41
43
{
42
44
var deploymentParameters = _fixture . GetBaseDeploymentParameters ( HostingModel . OutOfProcess , publish : true ) ;
@@ -51,6 +53,7 @@ public async Task IncludesAdditionalErrorPageTextOutOfProcessStartupFailure()
51
53
}
52
54
53
55
[ ConditionalFact ]
56
+ [ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
54
57
public async Task IncludesAdditionalErrorPageTextOutOfProcessHandlerLoadFailure ( )
55
58
{
56
59
var deploymentParameters = _fixture . GetBaseDeploymentParameters ( HostingModel . OutOfProcess , publish : true ) ;
@@ -69,6 +72,7 @@ public async Task IncludesAdditionalErrorPageTextOutOfProcessHandlerLoadFailure(
69
72
}
70
73
71
74
[ ConditionalFact ]
75
+ [ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
72
76
public async Task IncludesAdditionalErrorPageTextInProcessStartupFailure ( )
73
77
{
74
78
var deploymentParameters = _fixture . GetBaseDeploymentParameters ( publish : true ) ;
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public StartupTests(PublishedSitesFixture fixture)
31
31
private readonly string _dotnetLocation = DotNetCommands . GetDotNetExecutable ( RuntimeArchitecture . x64 ) ;
32
32
33
33
[ ConditionalFact ]
34
+ [ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
34
35
public async Task ExpandEnvironmentVariableInWebConfig ( )
35
36
{
36
37
// Point to dotnet installed in user profile.
@@ -90,6 +91,7 @@ public async Task StartsWithDotnetLocationUppercase()
90
91
[ ConditionalTheory ]
91
92
[ InlineData ( "dotnet" ) ]
92
93
[ InlineData ( "dotnet.EXE" ) ]
94
+ [ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
93
95
public async Task StartsWithDotnetOnThePath ( string path )
94
96
{
95
97
var deploymentParameters = _fixture . GetBaseDeploymentParameters ( publish : true ) ;
You can’t perform that action at this time.
0 commit comments