[windows] Fix WSL pester test (#11255)

This commit is contained in:
Shamil Mubarakshin
2025-01-02 07:43:53 -07:00
committed by GitHub
parent 5a7153bb52
commit 03a8b0fd82
@@ -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
}