mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
[windows] Fix WSL pester test (#11255)
This commit is contained in:
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" {
|
It "WSL status should return zero exit code" {
|
||||||
"wsl --status" | Should -ReturnZeroExitCode
|
"wsl --status" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user