From f83d286c82798a1718d50fa083b0fd58725303ab Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 3 Feb 2017 15:18:37 -0800 Subject: [PATCH] Disabling failing local to local scp test cases --- regress/pesterTests/SCP.Tests.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/pesterTests/SCP.Tests.ps1 b/regress/pesterTests/SCP.Tests.ps1 index d16840b82..c05ca537d 100644 --- a/regress/pesterTests/SCP.Tests.ps1 +++ b/regress/pesterTests/SCP.Tests.ps1 @@ -66,11 +66,11 @@ Describe "Tests for scp command" -Tags "CI" { Source = $sourceDir Destination = "$($server.localAdminUserName)@$($server.MachineName):$DestinationDir" }, - @{ + <# @{ Title = 'copy from local dir to local dir' Source = $sourceDir Destination = $DestinationDir - }, + },#> @{ Title = 'copy from remote dir to local dir' Source = "$($server.localAdminUserName)@$($server.MachineName):$sourceDir"