From 1c49c133eaac06d51a86621916e9bea71ee855d6 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Thu, 11 Aug 2022 16:45:40 +0200 Subject: [PATCH] [Windows] remove vcredist_2010_x64 duplicate test (#6060) * [Windows] re-add vcredist_140 test * remove vcredist_140 test --- images/win/scripts/Tests/Tools.Tests.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/images/win/scripts/Tests/Tools.Tests.ps1 b/images/win/scripts/Tests/Tools.Tests.ps1 index 1086a3ec5..6296f0703 100644 --- a/images/win/scripts/Tests/Tools.Tests.ps1 +++ b/images/win/scripts/Tests/Tools.Tests.ps1 @@ -164,11 +164,6 @@ Describe "VCRedist" -Skip:(Test-IsWin22) { "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" | Should -Exist "C:\Windows\System32\msvcr100.dll" | Should -Exist } - - It "vcredist_2010_x64" { - "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" | Should -Exist - "C:\Windows\System32\msvcr100.dll" | Should -Exist - } } Describe "WebPlatformInstaller" { @@ -201,4 +196,4 @@ Describe "SQL OLEDB Driver" { It "SQL OLEDB Driver" { "HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL" | Should -Exist } -} \ No newline at end of file +}