Match py37 test filter to py36.

PiperOrigin-RevId: 281514840
Change-Id: I1efdc6fec6b6da4345a6afe35828784322db6cdc
This commit is contained in:
Revan Sopher 2019-11-20 07:21:29 -08:00 committed by TensorFlower Gardener
parent f7de3b6f10
commit 3d82b95d45

View File

@ -39,7 +39,7 @@ export TF2_BEHAVIOR=1
export PYTHON_BIN_PATH=$(which python3.7)
yes "" | "$PYTHON_BIN_PATH" configure.py
tag_filters="-no_oss,-oss_serial,-nomac,-no_mac$(maybe_skip_v1)"
tag_filters="-no_oss,-oss_serial,-nomac,-no_mac$(maybe_skip_v1),-gpu,-tpu,-benchmark-test"
# Get the default test targets for bazel.
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh