From 9b8348181cd1717900b9c092edcae30667a8ca1c Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 5 Apr 2025 18:55:03 +0200 Subject: [PATCH] fix(tests): disable apt tests --- tests/integration/apt/apt.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/apt/apt.bats b/tests/integration/apt/apt.bats index 822a1279d..a436f6e9f 100644 --- a/tests/integration/apt/apt.bats +++ b/tests/integration/apt/apt.bats @@ -5,6 +5,10 @@ load ../common +setup_file() { + skip +} + @test "apt: Update the list of available packages and versions" { sudo apt update }