PowerShell/test/powershell/engine/Remoting
Steve Lee b63696572f Fix skipping of tests in RemoteSession.Basic.Tests.ps1 (#9304)
Moved check if able to write to $PSHome as way to skip test to `BeforeAll` which already contained a check if running on Windows.

## PR Context

As part https://github.com/PowerShell/PowerShell/pull/9279, tests were updated to be skipped if the test requires writing to `$PSHome` but is not able to.  However, these tests already had a skip mechanism in place so the additional check caused the test to run when it should have skipped.

Co-authored-by: Travis Plunk <github@ez13.net>
2019-04-05 17:00:41 -07:00
..
ImplicitRemotingBatching.Tests.ps1
InvokeCommandRemoteDebug.Tests.ps1
PSSession.Tests.ps1
RemoteSession.Basic.Tests.ps1 Fix skipping of tests in RemoteSession.Basic.Tests.ps1 (#9304) 2019-04-05 17:00:41 -07:00
RoleCapabilityFiles.Tests.ps1
RunspacePool.Tests.ps1 Update tests to account for when $PSHOME is readonly (#9279) 2019-04-04 23:01:01 -07:00
SessionOption.Tests.ps1
SSHRemotingAPI.Tests.ps1
SSHRemotingCmdlets.Tests.ps1