Skip to content

Commit

Permalink
EventSource: remove tests for DNS failures in workers
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakahirano authored and annevk committed Oct 4, 2017
1 parent b160ff5 commit 282baba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
}
})
}
fetchFail("http://example.not/")
fetchFail("https://example.not/test")
fetchFail("ftp://example.not/")
fetchFail("about:blank")
fetchFail("mailto:whatwg@awesome.example")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
}
})
}
fetchFail("http://example.not")
fetchFail("https://example.not/test")
fetchFail("ftp://example.not")
fetchFail("about:blank")
fetchFail("mailto:whatwg@awesome.example")
Expand Down

0 comments on commit 282baba

Please sign in to comment.