forked from toolshed/abra
test: ensure catalogue
This commit is contained in:
@ -7,9 +7,13 @@ import (
|
||||
)
|
||||
|
||||
func TestGetVersionLabelLocalDoesNotUseTimeoutLabel(t *testing.T) {
|
||||
t.Skip("TODO: CI refuses to pass this test: https://build.coopcloud.tech/coop-cloud/abra/1864/1/3")
|
||||
|
||||
offline := true
|
||||
|
||||
_, err := ReadRecipeCatalogue(offline)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
r, err := Get("traefik", offline)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
Reference in New Issue
Block a user