Ignore tests that require a SAM server

This commit is contained in:
str4d
2017-04-30 13:07:38 +12:00
parent 4a709ee3c6
commit fbcce4174d

View File

@ -1,7 +1,8 @@
extern crate i2p;
#[test]
fn it_works() {
#[ignore]
fn naming_lookup() {
use i2p::sam::SamConnection;
let session = SamConnection::connect("127.0.0.1:7656");
let mut foo = session.unwrap();