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

Commit 863339a

Browse files
committed
Merge pull request #1980 from pallavit/issue#1896
Disabling System.Diagnostics.Process.MainModule test against Issue#1896
2 parents 56bbaf0 + 0ec36aa commit 863339a

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)