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

Commit 0ec36aa

Browse files
author
Pallavi Taneja
committed
Disabling System.Diagnostics.Process.MainModule test against Issue#1896
EnumProcessModules which is used internally for getting the list of process modules and main module. This API is a best effort API which may not work in certain scenarios. I am still debating whether we should have test for this in our CI. For now, I am disabling this against an Issue#1896 while I gather more data on whether it makes sense to remove the test completely.
1 parent 59c5b6a commit 0ec36aa

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ public void Process_MachineName()
225225
}
226226

227227
[Fact]
228+
[ActiveIssue(1896, PlatformID.Windows)]
228229
public void Process_MainModule()
229230
{
230231
// Get MainModule property from a Process object

0 commit comments

Comments
 (0)