Skip to content

Commit c08123a

Browse files
authored
Quarantine InvalidProcessPath_ExpectServerError (#41857)
* Quarantine InvalidProcessPath_ExpectServerError For #41856 * Update StartupTests.cs
1 parent dd11b0e commit c08123a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public async Task ExpandEnvironmentVariableInWebConfig()
5656
[InlineData(".\\dotnet.exe", "something.dll", @"Could not find dotnet.exe at '.*?\\.\\dotnet.exe'")]
5757
[InlineData("dotnet.exe", "", @"Application arguments are empty.")]
5858
[InlineData("dotnet.zip", "", @"Process path 'dotnet.zip' doesn't have '.exe' extension.")]
59+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41856")]
5960
public async Task InvalidProcessPath_ExpectServerError(string path, string arguments, string subError)
6061
{
6162
var deploymentParameters = Fixture.GetBaseDeploymentParameters();

0 commit comments

Comments
 (0)