We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6765fd0 commit 4c956d4Copy full SHA for 4c956d4
src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/StartupTests.cs
@@ -110,6 +110,7 @@ public async Task StartsWithDotnetOnThePath(string path)
110
[ConditionalTheory]
111
[InlineData(RuntimeArchitecture.x64)]
112
[InlineData(RuntimeArchitecture.x86)]
113
+ [SkipIfNotAdmin]
114
[RequiresNewShim]
115
[RequiresIIS(IISCapability.PoolEnvironmentVariables)]
116
public async Task StartsWithDotnetInstallLocation(RuntimeArchitecture runtimeArchitecture)
0 commit comments