Kill bad test.

This commit is contained in:
Gav Wood 2016-02-19 11:39:36 +01:00
parent f307a0c705
commit 4f6bff1c47
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,8 @@ impl IoHandler<NetSyncMessage> for ClientIoHandler {
}
}
// TODO: rewrite into something that doesn't dependent on the testing environment having a particular port ready for use.
/*
#[cfg(test)]
mod tests {
use super::*;
@ -138,3 +140,4 @@ mod tests {
assert!(service.is_ok());
}
}
*/