Skip to content

Commit f2f2d46

Browse files
committed
Skip DebuggerVariableProcessObjDisplaysCorrectly (one broken test)
1 parent 46617ae commit f2f2d46

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs

+5-8
Original file line numberDiff line numberDiff line change
@@ -953,15 +953,12 @@ await this.debugService.SetLineBreakpointsAsync(
953953
this.powerShellContext.AbortExecution();
954954
}
955955

956-
// TODO: Make this test cross platform by using the PowerShell process
957-
// (the only process we can guarantee cross-platform)
958-
#if CoreCLR
956+
// TODO: Make this test cross platform by using the PowerShell process (the only process we
957+
// can guarantee cross-platform) and make it work again.
958+
//
959+
// Verifies fix for issue #86, $proc = Get-Process foo displays just the ETS property set
960+
// and not all process properties.
959961
[Fact(Skip = "Need to use the PowerShell process in a cross-platform way for this test to work")]
960-
#else
961-
// Verifies fix for issue #86, $proc = Get-Process foo displays just the
962-
// ETS property set and not all process properties.
963-
[Fact]
964-
#endif
965962
public async Task DebuggerVariableProcessObjDisplaysCorrectly()
966963
{
967964
await this.debugService.SetLineBreakpointsAsync(

0 commit comments

Comments
 (0)