• 
      

    Fix a failing test due to bazaar/paramiko incompatibility.

    Review Request #8090 — Created March 30, 2016 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.5.x
    53d4684...

    Reviewers

    Baazar and paramiko don't agree on how an API should be used (it looks like
    paramiko changed their API in a backwards-incompatible way but bzr hasn't
    shipped an update for it). This was causing our bzr sftp test to fail.

    I've added a check for the given failure condition and changed it to skip the
    test in the case that we hit it.

    Ran unit tests.