[windows] Add windows-11-arm64 image generation code (#13879)
This commit is contained in:
@@ -79,12 +79,15 @@ Describe "Windows Updates" {
|
||||
if ( $Title -match "Microsoft Defender Antivirus" ) {
|
||||
$expect = "Installed", "Failed", "Running"
|
||||
}
|
||||
if ( $Title -match "MicrosoftWindows.Client.WebExperience" ) {
|
||||
$expect = "Installed", "Failed", "Running"
|
||||
}
|
||||
|
||||
$State | Should -BeIn $expect
|
||||
}
|
||||
}
|
||||
|
||||
Describe "WSL2" -Skip:(Test-IsWin22) {
|
||||
Describe "WSL2" -Skip:((Test-IsWin22-X64) -or (Test-IsWin11-Arm64)) {
|
||||
It "WSL status should return zero exit code" {
|
||||
"wsl --status" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user