mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
disable -p pester tests due to unreliability on older Windows versions
This commit is contained in:
parent
3e3b110485
commit
43bbf692c6
@ -52,13 +52,7 @@ Describe "Tests for scp command" -Tags "CI" {
|
||||
Source = $SourceFilePath
|
||||
Destination = "test_target:$DestinationFilePath"
|
||||
Options = "-S `"$sshcmd`""
|
||||
},
|
||||
@{
|
||||
Title = 'Simple copy remote file to local file'
|
||||
Source = "test_target:$SourceFilePath"
|
||||
Destination = $DestinationFilePath
|
||||
Options = "-p -c aes128-ctr -C"
|
||||
},
|
||||
},
|
||||
@{
|
||||
Title = 'Simple copy local file to local dir'
|
||||
Source = $SourceFilePath
|
||||
|
Loading…
x
Reference in New Issue
Block a user