Temporarily remove a test

libgit2 recently started caring about the reflog rules and as we use a
bare repo for testing, it does not append.
This commit is contained in:
Carlos Martín Nieto
2014-05-18 11:19:15 +02:00
parent ee41214322
commit 688c052f6d

View File

@@ -67,7 +67,9 @@ ref_test(Repo) ->
?_assertEqual(<<"branch">>, geef_ref:shorthand(Ref0)),
?_assertEqual(Ref2#geef_reference.target, Id),
?_assertEqual({ok, true}, geef_ref:has_log(Ref0)),
?_assertEqual(1, length(Reflog0)),
%% temporarily removed as we we're in a bare repo and libgit2 recently started
%% caring about the log append rules
%% ?_assertEqual(1, length(Reflog0)),
?_assertEqual(0, length(Reflog1)),
?_assertEqual(Ref0, Dwimed)].