Skip to content

Commit

Permalink
temporarily disable integ tests with a dependency on origami repo (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfayres authored and haohuw committed Jun 23, 2019
1 parent 5344708 commit 538479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/clojure-package/integration-tests.sh
Original file line number Diff line number Diff line change
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 538479c

Please sign in to comment.