Skip to content

Commit 4f9ecbf

Browse files
Disable LongProcessNamesAreSupported on OSX (#113600)
This is consistently failing on osx after updating Helix to osx13.
1 parent 3d5015e commit 4f9ecbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,6 +2267,7 @@ public void TestLongProcessIsWorking()
22672267
[Fact]
22682268
[ActiveIssue("https://github.com/dotnet/runtime/issues/52852", TestPlatforms.MacCatalyst)]
22692269
[ActiveIssue("https://github.com/dotnet/runtime/issues/53095", TestPlatforms.Android)]
2270+
[ActiveIssue("https://github.com/dotnet/runtime/issues/29383", TestPlatforms.OSX)]
22702271
public void LongProcessNamesAreSupported()
22712272
{
22722273
string sleepPath;

0 commit comments

Comments
 (0)