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

Commit a26d49f

Browse files
committed
Disabling several failing Process tests
These have been failing consistently since #2421.
1 parent 800e7b7 commit a26d49f

File tree

1 file changed

+2
-0
lines changed
  • src/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public void TestMachineName()
185185
Assert.NotNull(_process.MachineName);
186186
}
187187

188+
[ActiveIssue(1896)]
188189
[Fact]
189190
public void TestMainModule()
190191
{
@@ -376,6 +377,7 @@ public void TestProcessorTime()
376377
Assert.InRange(processorTimeAtHalfSpin, processorTimeBeforeSpin, Process.GetCurrentProcess().TotalProcessorTime.TotalSeconds);
377378
}
378379

380+
[ActiveIssue(2474)]
379381
[Fact]
380382
public void TestProcessStartTime()
381383
{

0 commit comments

Comments
 (0)