Skip to content

Commit

Permalink
Remove skip on TestAnchorExternalHrefIPTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Jan 15, 2021
1 parent 152a3d4 commit 22b5824
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htmltest/check-link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ func TestAnchorExternalBrokenOptionHrefIP(t *testing.T) {

func TestAnchorExternalHrefIPTimeout(t *testing.T) {
// fails for broken IP address links
// TODO: FIX!
t.Skip("BROKEN")
hT := tTestFileOpts("fixtures/links/ip_timeout.html",
map[string]interface{}{"ExternalTimeout": 1})
tExpectIssueCount(t, hT, 1)
Expand Down

0 comments on commit 22b5824

Please sign in to comment.