commit 742ab78c6d90113b7d9d499249fd711589935eae from: Jelmer Vernooij date: Tue Sep 06 13:58:38 2022 UTC Mark intermittently failing test_send_remove_branch test as known failing. commit - 27b0ee5a928771fa8a5d0a41512b20aa1f9c4c80 commit + 742ab78c6d90113b7d9d499249fd711589935eae blob - 9882ba99d1f46bb6170a44b80843264a991330cb blob + 5bb513288be5751e7c7a5287fb5a6e9f97224470 --- dulwich/tests/compat/test_client.py +++ dulwich/tests/compat/test_client.py @@ -322,6 +322,9 @@ class DulwichClientTestBase(object): for r in result.refs.items(): dest.refs.set_if_equals(r[0], None, r[1]) + # This test fails intermittently on my machine, probably due to some sort + # of race condition. Probably also related to #1015 + @expectedFailure def test_send_remove_branch(self): with repo.Repo(os.path.join(self.gitroot, "dest")) as dest: dummy_commit = self.make_dummy_commit(dest)