Skip to content

Commit f343fbb

Browse files
committed
Update Install-VcRedist.Tests.ps1
Move -Skip:$SkipAmd
1 parent 38f4555 commit f343fbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Public/Install-VcRedist.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ BeforeDiscovery {
2626
}
2727
}
2828

29-
Describe -Name "Install-VcRedist with unsupported Redistributables AMD64" -ForEach $UnsupportedReleases -Skip:$SkipAmd {
29+
Describe -Name "Install-VcRedist with unsupported Redistributables AMD64" -ForEach $UnsupportedReleases {
3030
BeforeAll {
3131
$Release = $_
3232

@@ -43,7 +43,7 @@ Describe -Name "Install-VcRedist with unsupported Redistributables AMD64" -ForEa
4343
New-Item -Path $Path -ItemType "Directory" -Force -ErrorAction "SilentlyContinue" > $null
4444
}
4545

46-
Context "Install <Release[0].Name> Redistributable" {
46+
Context "Install <Release[0].Name> Redistributable" -Skip:$SkipAmd {
4747
BeforeAll {
4848
$VcRedist = $Release | Save-VcRedist -Path $Path
4949
}

0 commit comments

Comments
 (0)