Skip to content

Commit

Permalink
test: skip flukish test
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 11, 2024
1 parent 96d2a38 commit 94835d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 94835d9

Please sign in to comment.