summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-02-25 11:06:47 -0500
committerJames Moger <james.moger@gitblit.com>2012-02-25 11:06:47 -0500
commit85e0731a160baf33336596c6c8bb1cb042ac85bc (patch)
tree0ec1c73ddf28502536527e88ac8ed590e3904e7a
parenta45caac4769a1cd8337c45a1279d130db8c0e539 (diff)
downloadgitblit-85e0731a160baf33336596c6c8bb1cb042ac85bc.tar.gz
gitblit-85e0731a160baf33336596c6c8bb1cb042ac85bc.zip
Do not clone empty BlueZGnome repo
-rw-r--r--tests/com/gitblit/tests/GitBlitSuite.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/com/gitblit/tests/GitBlitSuite.java b/tests/com/gitblit/tests/GitBlitSuite.java
index 210a7dac..bb55cfac 100644
--- a/tests/com/gitblit/tests/GitBlitSuite.java
+++ b/tests/com/gitblit/tests/GitBlitSuite.java
@@ -131,8 +131,6 @@ public class GitBlitSuite {
if (REPOSITORIES.exists() || REPOSITORIES.mkdirs()) {
cloneOrFetch("helloworld.git", "https://github.com/git/hello-world.git");
cloneOrFetch("ticgit.git", "https://github.com/jeffWelling/ticgit.git");
- cloneOrFetch("test/bluez-gnome.git",
- "https://git.kernel.org/pub/scm/bluetooth/bluez-gnome.git");
cloneOrFetch("test/jgit.git", "https://github.com/eclipse/jgit.git");
cloneOrFetch("test/helloworld.git", "https://github.com/git/hello-world.git");
cloneOrFetch("test/ambition.git", "https://github.com/defunkt/ambition.git");