Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 43737e9

Browse files
authored
Disable failing Process name test
https://github.com/dotnet/corefx/issues/37198 Regression caused by #37144
1 parent b18be2a commit 43737e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Diagnostics.Process/tests/ProcessTests.Unix.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public void ProcessStart_UseShellExecute_OnUnix_OpenMissingFile_DoesNotThrow()
124124
}
125125
}
126126

127+
[ActiveIssue(37198)]
127128
[Theory, InlineData(true), InlineData(false)]
128129
[OuterLoop("Opens program")]
129130
public void ProcessStart_UseShellExecute_OnUnix_SuccessWhenProgramInstalled(bool isFolder)

0 commit comments

Comments
 (0)