Skip to content

Commit

Permalink
disable flaky integration test (apache#14151)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid authored and haohuw committed Jun 23, 2019
1 parent 8d80888 commit c34f963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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|dontselect2/'`
TEST_CASES=`find ${EXAMPLES_HOME} -name test | awk '!/dontselect1|cnn-text-classification/'`
for i in $TEST_CASES ; do
cd ${i} && lein test
done
done

0 comments on commit c34f963

Please sign in to comment.