mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
Fix fwupd intergration test on Ubuntu 22.04
See: - https://github.com/actions/runner-images/pull/12225#issuecomment-2904383955
This commit is contained in:
@@ -10,6 +10,6 @@ Describe "Disk free space" -Skip:(-not [String]::IsNullOrEmpty($env:AGENT_NAME)
|
||||
Describe "fwupd removed" {
|
||||
It "Is not present on box" {
|
||||
$systemctlOutput = & systemctl list-unit-files fwupd-refresh.timer
|
||||
$systemctlOutput | Should -Match "masked"
|
||||
($systemctlOutput -eq $null) -or ($systemctlOutput | Should -Match "masked")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user