diff --git a/src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs b/src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs index 39ad5dc6576f85..c383cabe4aae9a 100644 --- a/src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs +++ b/src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs @@ -2267,6 +2267,7 @@ public void TestLongProcessIsWorking() [Fact] [ActiveIssue("https://github.com/dotnet/runtime/issues/52852", TestPlatforms.MacCatalyst)] [ActiveIssue("https://github.com/dotnet/runtime/issues/53095", TestPlatforms.Android)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/29383", TestPlatforms.OSX)] public void LongProcessNamesAreSupported() { string sleepPath;