mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
Disabling failing local to local scp test cases
This commit is contained in:
parent
f5b88d422e
commit
f83d286c82
@ -66,11 +66,11 @@ Describe "Tests for scp command" -Tags "CI" {
|
|||||||
Source = $sourceDir
|
Source = $sourceDir
|
||||||
Destination = "$($server.localAdminUserName)@$($server.MachineName):$DestinationDir"
|
Destination = "$($server.localAdminUserName)@$($server.MachineName):$DestinationDir"
|
||||||
},
|
},
|
||||||
@{
|
<# @{
|
||||||
Title = 'copy from local dir to local dir'
|
Title = 'copy from local dir to local dir'
|
||||||
Source = $sourceDir
|
Source = $sourceDir
|
||||||
Destination = $DestinationDir
|
Destination = $DestinationDir
|
||||||
},
|
},#>
|
||||||
@{
|
@{
|
||||||
Title = 'copy from remote dir to local dir'
|
Title = 'copy from remote dir to local dir'
|
||||||
Source = "$($server.localAdminUserName)@$($server.MachineName):$sourceDir"
|
Source = "$($server.localAdminUserName)@$($server.MachineName):$sourceDir"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user