[windows] Fix WSL pester test (#11255)

This commit is contained in:
Shamil Mubarakshin
2025-01-02 15:43:53 +01:00
committed by GitHub
parent 5a7153bb52
commit 03a8b0fd82

View File

@@ -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
}