diff --git a/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 b/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 index 09e68249..528ae762 100644 --- a/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 +++ b/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 @@ -83,7 +83,7 @@ Describe "Windows Updates" { } } -Describe "WSL2" { +Describe "WSL2" -Skip:((Test-IsWin19) -or (Test-IsWin22)) { It "WSL status should return zero exit code" { "wsl --status" | Should -ReturnZeroExitCode }