Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-05-26 01:37:16 +0300
committerGitHub <noreply@github.com>2022-05-26 01:37:16 +0300
commitcb62d0d3a074763f0ec723b96e85333a09e1d1d1 (patch)
tree4c818870229bf666ba88518ff9d76647edf7f80c
parentb71ab499464f2d00a512fa476d1c7e546952958d (diff)
Update StartupTests.csTanayParikh-patch-4
-rw-r--r--src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs b/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
index c52db88b57..6d47754bd1 100644
--- a/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
+++ b/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
@@ -56,7 +56,7 @@ public class StartupTests : IISFunctionalTestBase
[InlineData(".\\dotnet.exe", "something.dll", @"Could not find dotnet.exe at '.*?\\.\\dotnet.exe'")]
[InlineData("dotnet.exe", "", @"Application arguments are empty.")]
[InlineData("dotnet.zip", "", @"Process path 'dotnet.zip' doesn't have '.exe' extension.")]
- [QuarantinedTest("")]
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41856")]
public async Task InvalidProcessPath_ExpectServerError(string path, string arguments, string subError)
{
var deploymentParameters = Fixture.GetBaseDeploymentParameters();