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 3d5015e commit 4f9ecbfCopy full SHA for 4f9ecbf
src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs
@@ -2267,6 +2267,7 @@ public void TestLongProcessIsWorking()
2267
[Fact]
2268
[ActiveIssue("https://github.com/dotnet/runtime/issues/52852", TestPlatforms.MacCatalyst)]
2269
[ActiveIssue("https://github.com/dotnet/runtime/issues/53095", TestPlatforms.Android)]
2270
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/29383", TestPlatforms.OSX)]
2271
public void LongProcessNamesAreSupported()
2272
{
2273
string sleepPath;
0 commit comments