[CI] Temporary disable rust test (#5029)
authorTianqi Chen <tqchen@users.noreply.github.com>
Tue, 10 Mar 2020 18:46:56 +0000 (11:46 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 18:46:56 +0000 (11:46 -0700)
tests/scripts/task_rust.sh

index 140563a..37ac6e1 100755 (executable)
 set -e
 set -u
 
+# Temporary disable rust tests
+# remove this line to re-enable.
+exit 0
+
 export TVM_HOME="$(git rev-parse --show-toplevel)"
 
 export LD_LIBRARY_PATH="$TVM_HOME/lib:$TVM_HOME/build:${LD_LIBRARY_PATH:-}"