From 43bbf692c6adc5c1b40483e2cfe72b1edeccf0f0 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Thu, 6 Oct 2022 15:47:12 -0400 Subject: [PATCH] disable -p pester tests due to unreliability on older Windows versions --- regress/pesterTests/SCP.Tests.ps1 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/regress/pesterTests/SCP.Tests.ps1 b/regress/pesterTests/SCP.Tests.ps1 index c27f346a1..27c1a7e7c 100644 --- a/regress/pesterTests/SCP.Tests.ps1 +++ b/regress/pesterTests/SCP.Tests.ps1 @@ -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