remove extra sleep time from debugging scp pester tests

This commit is contained in:
Tess Gauthier 2022-10-07 12:45:46 -04:00
parent 43bbf692c6
commit 2653b08c59

View File

@ -166,7 +166,6 @@ Describe "Tests for scp command" -Tags "CI" {
It 'File copy: <Title> ' -TestCases:$testData { It 'File copy: <Title> ' -TestCases:$testData {
param([string]$Title, $Source, $Destination, [string]$Options) param([string]$Title, $Source, $Destination, [string]$Options)
Start-Sleep -Seconds 60
iex "scp $Options $Source $Destination" iex "scp $Options $Source $Destination"
$LASTEXITCODE | Should Be 0 $LASTEXITCODE | Should Be 0
#validate file content. DestPath is the path to the file. #validate file content. DestPath is the path to the file.