diff --git a/images/win/scripts/Tests/WindowsFeatures.Tests.ps1 b/images/win/scripts/Tests/WindowsFeatures.Tests.ps1 index 14b708f9..a170e6cd 100644 --- a/images/win/scripts/Tests/WindowsFeatures.Tests.ps1 +++ b/images/win/scripts/Tests/WindowsFeatures.Tests.ps1 @@ -10,7 +10,7 @@ Describe "WindowsFeatures" { } } - it "Check WSL is on path" -Skip:(-not (Test-IsWin19)) { + it "Check WSL is on path" { (Get-Command -Name 'wsl') | Should -BeTrue } }