Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
temporarily disable integ tests with a dependency on origami repo (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfayres authored and lanking520 committed Mar 16, 2019
1 parent 226212b commit a091d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/clojure-package/integration-tests.sh
Expand Up @@ -26,7 +26,7 @@ lein install
# then run through the examples
EXAMPLES_HOME=${MXNET_HOME}/contrib/clojure-package/examples
# use AWK pattern for blacklisting
TEST_CASES=`find ${EXAMPLES_HOME} -name test | awk '!/dontselect1|cnn-text-classification/'`
TEST_CASES=`find ${EXAMPLES_HOME} -name test | awk '!/dontselect1|cnn-text-classification|gan|neural-style|infer|pre-trained-models/'`
for i in $TEST_CASES ; do
cd ${i} && lein test
done

0 comments on commit a091d36

Please sign in to comment.