Skip to content

Commit

Permalink
Disable Git.clone() test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
skovalyov committed Sep 24, 2013
1 parent b71c18f commit 0d951d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe "git", ->
after (done) ->
exec "rm -rf #{newRepositoryDir}", done

###
describe "clone()", ->
@timeout 30000
repo = null
Expand All @@ -54,4 +55,5 @@ describe "git", ->
remotes.should.have.length 1
done()
after (done) ->
exec "rm -rf #{newRepositoryDir}", done
exec "rm -rf #{newRepositoryDir}", done
###

0 comments on commit 0d951d7

Please sign in to comment.