Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master-1, master-0, and 0.9.4

Skip remove branch test for dumb web case.

Changeset d80294d93a5d

Parent 2e6e0f2a1b89

by Jelmer Vernooij

Changes to one file · Browse files at d80294d93a5d Showing diff from parent 2e6e0f2a1b89 Diff from another changeset...

 
136
137
138
 
 
 
 
 
136
137
138
139
140
141
142
@@ -136,3 +136,7 @@
  def test_push_to_dulwich(self):   # Note: remove this if dumb pushing is supported   raise SkipTest('Dumb web pushing not supported.') + + def test_push_to_dulwich_remove_branch(self): + # Note: remove this if dumb pushing is supported + raise SkipTest('Dumb web pushing not supported.')