/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.py

  • Committer: Robert Collins
  • Date: 2007-07-20 00:58:41 UTC
  • mfrom: (2633 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2634.
  • Revision ID: robertc@robertcollins.net-20070720005841-xnu6um6vx0n41h0k
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
    def test_default(self):
406
406
        # This test is potentially brittle: under extremely high machine load
407
407
        # it could fail, but that is quite unlikely
 
408
        raise TestSkipped('Timing-sensitive test')
408
409
        start_time = time.time()
409
410
        transport = self.get_transport()
410
411
        regular_time = time.time() - start_time