mirror of
https://github.com/danog/gift.git
synced 2024-11-30 04:19:37 +01:00
Disable Git.clone() test
This test fails on Travis as cloning from GitHub requires accepting the host authenticity, expects user input and eventually fails on timeout. It makes sense to uncomment this test only locally.
This commit is contained in:
parent
b71c18f93e
commit
0d951d75d4
@ -40,6 +40,7 @@ describe "git", ->
|
||||
after (done) ->
|
||||
exec "rm -rf #{newRepositoryDir}", done
|
||||
|
||||
###
|
||||
describe "clone()", ->
|
||||
@timeout 30000
|
||||
repo = null
|
||||
@ -54,4 +55,5 @@ describe "git", ->
|
||||
remotes.should.have.length 1
|
||||
done()
|
||||
after (done) ->
|
||||
exec "rm -rf #{newRepositoryDir}", done
|
||||
exec "rm -rf #{newRepositoryDir}", done
|
||||
###
|
Loading…
Reference in New Issue
Block a user