summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-10 17:01:34 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-10 17:01:34 -0700
commita134694d123c0568353184ec03e0f7767dd59846 (patch)
treebb48436a9889cfa8971230e47bbd6a79155cc925 /tests
parent80f4eb90de277aa5081d977b6403135263c7416b (diff)
Skip the now-split-out failure test, since we actually do intend to exit silently for now
Diffstat (limited to 'tests')
-rw-r--r--tests/test_client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_client.py b/tests/test_client.py
index fb8be6eb..6105697e 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -580,6 +580,7 @@ class SSHClientTest (unittest.TestCase):
self.assertEqual(target_env, getattr(schan, 'env', {}))
schan.close()
+ @unittest.skip("Clients normally fail silently, thus so do we, for now")
def test_env_update_failures(self):
self._setup_for_env()
with self.assertRaises(SSHException) as manager: