From 05fc7efd600bc4b6832e123637e87187ef01f4e0 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 21 Jan 2022 10:01:24 +0300 Subject: [PATCH] [Windows] Skip windows-2016 in the test (#4925) --- images/win/scripts/Tests/Tools.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/Tests/Tools.Tests.ps1 b/images/win/scripts/Tests/Tools.Tests.ps1 index ca3ebecbd..712dda601 100644 --- a/images/win/scripts/Tests/Tools.Tests.ps1 +++ b/images/win/scripts/Tests/Tools.Tests.ps1 @@ -202,7 +202,7 @@ Describe "Kotlin" { } } -Describe "SQL OLEDB Driver" { +Describe "SQL OLEDB Driver" -Skip:(Test-IsWin16) { It "SQL OLEDB Driver" { "HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL" | Should -Exist }