Don't wait for request in http spec.

This spec is used to crash atom-shell, we don't care if http request
succeeds.
This commit is contained in:
Cheng Zhao 2013-10-04 23:39:34 +08:00
parent 55a35d473d
commit defb6c9882

View file

@ -1,7 +1,4 @@
describe 'http', -> describe 'http', ->
describe 'sending request of http protocol urls', -> describe 'sending request of http protocol urls', ->
it 'should not crash', (done) -> it 'should not crash', ->
$.ajax $.get 'https://api.github.com/zen'
url: 'http://127.0.0.1'
success: -> done()
error: -> done()