summaryrefslogtreecommitdiff
path: root/tests/test_kex_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-21 12:07:58 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-21 12:07:58 -0400
commit183a7bd2edffacbab5e86ca5c882b37d1529a71a (patch)
tree1730ba5e0aec6d84aab731e9d60c2964f666397b /tests/test_kex_gss.py
parent37afc45c01242e99baf5264692682c076c3c0052 (diff)
downloadparamiko-183a7bd2edffacbab5e86ca5c882b37d1529a71a.tar.gz
flake8
Diffstat (limited to 'tests/test_kex_gss.py')
-rw-r--r--tests/test_kex_gss.py3
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.