fix(tests): disable apt tests

This commit is contained in:
Alexandre Pujol 2025-04-05 18:55:03 +02:00
parent 5fb5d03512
commit 9b8348181c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -5,6 +5,10 @@
load ../common
setup_file() {
skip
}
@test "apt: Update the list of available packages and versions" {
sudo apt update
}