re-enable test_tpu_forwarder (#1964)

This commit is contained in:
Rob Walker 2018-11-30 13:52:37 -08:00 committed by GitHub
parent b8ebb4d609
commit 3ca826a480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -13,8 +13,7 @@ _() {
}
if [[ $(ulimit -n) -lt 65000 ]]; then
echo 'Error: nofiles too small, run "ulimit -n 65000" to continue'
exit 1
ulimit -n 65000 || echo 'Error: nofiles too small, run "ulimit -n 65000" to continue' && exit 1
fi
_ cargo build --all --verbose

View File

@ -114,7 +114,6 @@ mod tests {
use std::time::Duration;
#[test]
#[ignore]
pub fn test_tpu_forwarder() {
let nodes: Vec<_> = (0..3)
.map(|_| {