1234567891011121314 |
- @@ -693,6 +693,9 @@
- clone the remote, commit a file to the clone, then push the changes
- back to the remote.
- """
- + self.skipTest(
- + 'test is flappy - '
- + 'see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913037')
- outstream = BytesIO()
- errstream = BytesIO()
-
|