diff --git a/json-api/build.sh b/json-api/build.sh index e607ed3..6e00d2e 100755 --- a/json-api/build.sh +++ b/json-api/build.sh @@ -21,16 +21,11 @@ full= testing() { release_opt=$1 cargo build $release_opt - cargo run $release_opt -- -s & - server=$! - echo Waiting on server to spin up && sleep 2 - source ./client-tests/bin/activate python3 client-tests/client.py - kill -9 $server 2> /dev/null - if [ ! -z $full ];then - cargo test $release_opt - fi +# if [ ! -z $full ];then +# cargo test $release_opt +# fi } while getopts ":fhtTbr" arg; do