From 01b7f2441e7549b97c1a2228bd6f79c6fd61bed2 Mon Sep 17 00:00:00 2001 From: Andrew Selle Date: Thu, 20 Dec 2018 17:22:18 -0800 Subject: [PATCH] Do not run removed tests. PiperOrigin-RevId: 226419504 --- tensorflow/tools/ci_build/builds/test_tutorials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/builds/test_tutorials.sh b/tensorflow/tools/ci_build/builds/test_tutorials.sh index a8672220c83..a12827a2d3c 100755 --- a/tensorflow/tools/ci_build/builds/test_tutorials.sh +++ b/tensorflow/tools/ci_build/builds/test_tutorials.sh @@ -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=""