[Ubuntu] Revert Podman, buildah and skopeo for Ubuntu-24.04 (#9825)

This commit is contained in:
Erik Bershel
2024-05-10 13:31:07 +02:00
committed by GitHub
parent 441122013e
commit 6625f8ac5f
3 changed files with 5 additions and 8 deletions

View File

@@ -329,7 +329,7 @@ Describe "Phantomjs" -Skip:(-not (Test-IsUbuntu20)) {
}
}
Describe "Containers" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
Describe "Containers" {
$testCases = @("podman", "buildah", "skopeo") | ForEach-Object { @{ContainerCommand = $_} }
It "<ContainerCommand>" -TestCases $testCases {