From 53c15282a84e20ebe0a220ff1421ae29351a1bf3 Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Tue, 4 Oct 2016 10:40:19 +0200 Subject: hidden win_errors: mark also git-daemon errors failing --- git/test/test_remote.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'git/test/test_remote.py') diff --git a/git/test/test_remote.py b/git/test/test_remote.py index 7b52ccce..e0b00e0c 100644 --- a/git/test/test_remote.py +++ b/git/test/test_remote.py @@ -384,6 +384,12 @@ class TestRemote(TestBase): TagReference.delete(rw_repo, new_tag, other_tag) remote.push(":%s" % other_tag.path) + # @skipIf(HIDE_WINDOWS_KNOWN_ERRORS, """ + # FIXME: git-daemon failing with: + # git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) + # cmdline: git ls-remote daemon_origin + # stderr: 'fatal: bad config line 15 in file .git/config' + # """) @with_rw_and_rw_remote_repo('0.1.6') def test_base(self, rw_repo, remote_repo): num_remotes = 0 -- cgit v1.2.1