提交 84c3a0e7 编写于 作者: J Joshua Peek

Disable URL in phantomjs for now

上级 aaa5b24c
......@@ -192,7 +192,8 @@ test('supports HTTP DELETE', function() {
})
})
suite('Redirect', function() {
// TODO: Avoid URL, not in PhantomJS
;(self.URL ? suite : suite.skip)('Redirect', function() {
test('handles 301 redirect response', function() {
return fetch('/redirect/301').then(function(response) {
assert.equal(response.status, 200)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册