test: skip flukish test

This commit is contained in:
Carlos Alexandro Becker 2024-07-11 12:20:59 -03:00
parent 96d2a38e67
commit 94835d99ee
No known key found for this signature in database

View file

@ -14,6 +14,7 @@ func TestURLParser(t *testing.T) {
"https://gitlab.com/terrakok/gitlab-client": "https://gitlab.com/terrakok/gitlab-client/-/raw/develop/Readme.md",
} {
t.Run(path, func(t *testing.T) {
t.Skip("test uses network, sometimes fails for no reason")
got, err := readmeURL(path)
if err != nil {
t.Fatalf("expected no error, got %v", err)