2
0

02_skip_flappy_test 522 B

1234567891011121314
  1. === modified file 'dulwich/tests/test_porcelain.py'
  2. --- old/dulwich/tests/test_porcelain.py 2018-11-05 19:27:24 +0000
  3. +++ new/dulwich/tests/test_porcelain.py 2018-11-20 04:03:18 +0000
  4. @@ -693,6 +693,9 @@
  5. clone the remote, commit a file to the clone, then push the changes
  6. back to the remote.
  7. """
  8. + self.skipTest(
  9. + 'test is flappy - '
  10. + 'see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913037')
  11. outstream = BytesIO()
  12. errstream = BytesIO()