disable erasure for large network testing

This commit is contained in:
Rob Walker 2018-07-24 16:44:36 -07:00
parent 735a0ee16d
commit 8f046cb1f8
1 changed files with 1 additions and 4 deletions

View File

@ -3,11 +3,8 @@
here=$(dirname "$0")
cd "$here"/..
./fetch-perf-libs.sh
export LD_LIBRARY_PATH+=:$PWD
export RUST_BACKTRACE=1
export RUST_LOG=multinode=info
set -x
exec cargo test --release --features=erasure test_multi_node_dynamic_network -- --ignored
exec cargo test --release test_multi_node_dynamic_network -- --ignored