diff --git a/regress/pesterTests/SCP.Tests.ps1 b/regress/pesterTests/SCP.Tests.ps1 index d16840b82..c05ca537d 100644 --- a/regress/pesterTests/SCP.Tests.ps1 +++ b/regress/pesterTests/SCP.Tests.ps1 @@ -66,11 +66,11 @@ Describe "Tests for scp command" -Tags "CI" { Source = $sourceDir Destination = "$($server.localAdminUserName)@$($server.MachineName):$DestinationDir" }, - @{ + <# @{ Title = 'copy from local dir to local dir' Source = $sourceDir Destination = $DestinationDir - }, + },#> @{ Title = 'copy from remote dir to local dir' Source = "$($server.localAdminUserName)@$($server.MachineName):$sourceDir"