diff options
author | Martin Pitt <martinpitt@gnome.org> | 2012-10-17 11:11:31 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2012-10-17 11:11:31 +0200 |
commit | 7f12336703742e826c995a3b649af0786c43a595 (patch) | |
tree | cc988fcffdc5a7ff4dcfe85f07ce24ba0bbb9e14 /test | |
parent | 82d369758beba0c62f4e7d9d77b57784b38f6f9d (diff) |
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.
Diffstat (limited to 'test')
-rwxr-xr-x | test/gvfs-test | 1 |
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''' |