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

Commit 36d10db

Browse files
committed
Merge pull request #2692 from stephentoub/processthread_starttime_disabletest
Disable ProcessThreadTests.TestStartTimeProperty test on Linux
2 parents bc20f4a + 0ce1e5d commit 36d10db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Diagnostics.Process/tests/ProcessThreadTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public void TestThreadCount()
5656
}
5757

5858
[Fact]
59+
[ActiveIssue(2613, PlatformID.Linux)]
5960
public void TestStartTimeProperty()
6061
{
6162
DateTime timeBeforeCreatingProcess = DateTime.UtcNow;

0 commit comments

Comments
 (0)