Do not run removed tests.

PiperOrigin-RevId: 226419504
This commit is contained in:
Andrew Selle 2018-12-20 17:22:18 -08:00 committed by TensorFlower Gardener
parent e82547dd37
commit 01b7f2441e

View File

@ -33,7 +33,7 @@
#
# List of all tutorial tests to run, separated by spaces
TUT_TESTS="mnist_softmax mnist_with_summaries word2vec estimator_abalone"
TUT_TESTS="mnist_with_summaries word2vec"
if [[ -z "${TUT_TESTS_BLACKLIST}" ]]; then
TF_BUILD_TUT_TEST_BLACKLIST=""