summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-10-17 11:11:31 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-10-17 11:11:31 +0200
commit7f12336703742e826c995a3b649af0786c43a595 (patch)
treecc988fcffdc5a7ff4dcfe85f07ce24ba0bbb9e14
parent82d369758beba0c62f4e7d9d77b57784b38f6f9d (diff)
downloadgvfs-7f12336703742e826c995a3b649af0786c43a595.tar.gz
gvfs-test: Mark Sftp.test_unknown_host as expected failure for now
This does not reliably work everywhere, see https://bugzilla.gnome.org/show_bug.cgi?id=686006#c38 for how to fix it properly.
-rwxr-xr-xtest/gvfs-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gvfs-test b/test/gvfs-test
index 76850c6a..dc49e86c 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -318,6 +318,7 @@ Subsystem sftp %(sftp_server)s
self.do_mount_check(uri)
+ @unittest.expectedFailure # https://bugzilla.gnome.org/show_bug.cgi?id=686006#c38
@unittest.skipUnless(local_ip, 'not having any non-localhost IP')
def test_unknown_host(self):
'''sftp:// with RSA authentication for unknown host'''