You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/02/14 03:34:52 UTC

[incubator-mxnet] branch master updated: disable flaky integration test (#14151)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new e356586  disable flaky integration test (#14151)
e356586 is described below

commit e35658628617dbf1a078805f767002e7e589c282
Author: Carin Meier <cm...@gigasquidsoftware.com>
AuthorDate: Wed Feb 13 22:34:37 2019 -0500

    disable flaky integration test (#14151)
---
 contrib/clojure-package/integration-tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/clojure-package/integration-tests.sh b/contrib/clojure-package/integration-tests.sh
index ce480a5..3f80ea5 100755
--- a/contrib/clojure-package/integration-tests.sh
+++ b/contrib/clojure-package/integration-tests.sh
@@ -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
\ No newline at end of file
+done