disable -p pester tests due to unreliability on older Windows versions

This commit is contained in:
Tess Gauthier 2022-10-06 15:47:12 -04:00
parent 3e3b110485
commit 43bbf692c6

View File

@ -52,13 +52,7 @@ Describe "Tests for scp command" -Tags "CI" {
Source = $SourceFilePath Source = $SourceFilePath
Destination = "test_target:$DestinationFilePath" Destination = "test_target:$DestinationFilePath"
Options = "-S `"$sshcmd`"" 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' Title = 'Simple copy local file to local dir'
Source = $SourceFilePath Source = $SourceFilePath