1
0
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:
Sergey Kovalyov 2013-09-24 10:37:19 +02:00
parent b71c18f93e
commit 0d951d75d4

View File

@ -40,6 +40,7 @@ describe "git", ->
after (done) ->
exec "rm -rf #{newRepositoryDir}", done
###
describe "clone()", ->
@timeout 30000
repo = null
@ -55,3 +56,4 @@ describe "git", ->
done()
after (done) ->
exec "rm -rf #{newRepositoryDir}", done
###