mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
test: skip flukish test
This commit is contained in:
parent
96d2a38e67
commit
94835d99ee
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue