Skip to content

Commit 43bbf69

Browse files
committed
disable -p pester tests due to unreliability on older Windows versions
1 parent 3e3b110 commit 43bbf69

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

regress/pesterTests/SCP.Tests.ps1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,7 @@ Describe "Tests for scp command" -Tags "CI" {
5252
Source = $SourceFilePath
5353
Destination = "test_target:$DestinationFilePath"
5454
Options = "-S `"$sshcmd`""
55-
},
56-
@{
57-
Title = 'Simple copy remote file to local file'
58-
Source = "test_target:$SourceFilePath"
59-
Destination = $DestinationFilePath
60-
Options = "-p -c aes128-ctr -C"
61-
},
55+
},
6256
@{
6357
Title = 'Simple copy local file to local dir'
6458
Source = $SourceFilePath

0 commit comments

Comments
 (0)