diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_kex_gss.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_kex_gss.py b/tests/test_kex_gss.py index b0e3970b..6f5625dc 100644 --- a/tests/test_kex_gss.py +++ b/tests/test_kex_gss.py @@ -145,7 +145,8 @@ class GSSKexTest(KerberosTestCase): """ self._test_gsskex_and_auth(gss_host=None) - @unittest.expectedFailure # to be investigated, see https://github.com/paramiko/paramiko/issues/1312 + # To be investigated, see https://github.com/paramiko/paramiko/issues/1312 + @unittest.expectedFailure def test_gsskex_and_auth_rekey(self): """ Verify that Paramiko can rekey. |