[windows] Fix WSL pester test (#11255)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user