test: skip MatchImagePkg test in CI
This commit is contained in:
parent
a090328b1c
commit
19081aea5d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user