File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
test/PowerShellEditorServices.Test/Debugging Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments