Prechádzať zdrojové kódy

Mark intermittently failing test_send_remove_branch test as known failing.

Jelmer Vernooij 2 rokov pred
rodič
commit
742ab78c6d
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      dulwich/tests/compat/test_client.py

+ 3 - 0
dulwich/tests/compat/test_client.py

@@ -322,6 +322,9 @@ class DulwichClientTestBase(object):
             for r in result.refs.items():
             for r in result.refs.items():
                 dest.refs.set_if_equals(r[0], None, r[1])
                 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):
     def test_send_remove_branch(self):
         with repo.Repo(os.path.join(self.gitroot, "dest")) as dest:
         with repo.Repo(os.path.join(self.gitroot, "dest")) as dest:
             dummy_commit = self.make_dummy_commit(dest)
             dummy_commit = self.make_dummy_commit(dest)