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 dd11b0e commit c08123aCopy full SHA for c08123a
src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
@@ -56,6 +56,7 @@ public async Task ExpandEnvironmentVariableInWebConfig()
56
[InlineData(".\\dotnet.exe", "something.dll", @"Could not find dotnet.exe at '.*?\\.\\dotnet.exe'")]
57
[InlineData("dotnet.exe", "", @"Application arguments are empty.")]
58
[InlineData("dotnet.zip", "", @"Process path 'dotnet.zip' doesn't have '.exe' extension.")]
59
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41856")]
60
public async Task InvalidProcessPath_ExpectServerError(string path, string arguments, string subError)
61
{
62
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
0 commit comments