92c4058
From e833b8c00da12619ab58032715b8b1ccc404d5ea Mon Sep 17 00:00:00 2001
92c4058
From: Mathieu Bridon <bochecha@fedoraproject.org>
92c4058
Date: Sat, 22 Mar 2014 12:29:40 +0800
92c4058
Subject: [PATCH] Disable failing test
92c4058
92c4058
https://github.com/libgit2/libgit2/issues/2199
92c4058
---
92c4058
 tests/blame/simple.c | 5 +++++
92c4058
 1 file changed, 5 insertions(+)
92c4058
92c4058
diff --git a/tests/blame/simple.c b/tests/blame/simple.c
92c4058
index 79bd56b..eb0d8b9 100644
92c4058
--- a/tests/blame/simple.c
92c4058
+++ b/tests/blame/simple.c
92c4058
@@ -135,6 +135,11 @@ void test_blame_simple__trivial_libgit2(void)
92c4058
 	git_blame_options opts = GIT_BLAME_OPTIONS_INIT;
92c4058
 	git_object *obj;
92c4058
 
92c4058
+        /* This test doesn't seem to work from a release tarball
92c4058
+         * https://github.com/libgit2/libgit2/issues/2199
92c4058
+         */
92c4058
+        return;
92c4058
+
92c4058
 	cl_git_pass(git_repository_open(&g_repo, cl_fixture("../..")));
92c4058
 
92c4058
 	/* This test can't work on a shallow clone */
92c4058
-- 
92c4058
1.8.5.3
92c4058