File tree 1 file changed +5
-8
lines changed
test/PowerShellEditorServices.Test/Debugging
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(
953
953
this . powerShellContext . AbortExecution ( ) ;
954
954
}
955
955
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.
959
961
[ 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
965
962
public async Task DebuggerVariableProcessObjDisplaysCorrectly ( )
966
963
{
967
964
await this . debugService . SetLineBreakpointsAsync (
You can’t perform that action at this time.
0 commit comments