diff --git a/distro/debian/debian_test.go b/distro/debian/debian_test.go index 7ce0727..53e0b43 100644 --- a/distro/debian/debian_test.go +++ b/distro/debian/debian_test.go @@ -9,6 +9,10 @@ import ( ) func TestMatchImagePkg(t *testing.T) { + if os.Getenv("CI") != "" { + t.Skip("skip testing in CI") + } + t.Log("tested with cache by default") tmp, err := fs.TempDir()