From 4915ea37744f070cff3ee7a8783d089e9a2e14a1 Mon Sep 17 00:00:00 2001 From: Manu Seth <22492939+mseth10@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:34:07 -0700 Subject: [PATCH] enable non pip tests for arm --- tensorflow/tools/ci_build/rel/ubuntu/cpu_arm64_pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/rel/ubuntu/cpu_arm64_pip.sh b/tensorflow/tools/ci_build/rel/ubuntu/cpu_arm64_pip.sh index 7cefe565614f23..c1152e5a965af7 100644 --- a/tensorflow/tools/ci_build/rel/ubuntu/cpu_arm64_pip.sh +++ b/tensorflow/tools/ci_build/rel/ubuntu/cpu_arm64_pip.sh @@ -85,7 +85,7 @@ export TF_TEST_TARGETS="${DEFAULT_BAZEL_TARGETS} \ -//tensorflow/python/ops/parallel_for:math_test \ -//tensorflow/python/training:server_lib_test" export TF_PIP_TESTS="test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS="-nopip,-no_pip,-no_oss,-oss_serial,-v1only,-requires-gpu,-gpu,-tpu,-benchmark-test,-no_aarch64" +export TF_TEST_FILTER_TAGS="-no_oss,-oss_serial,-v1only,-requires-gpu,-gpu,-tpu,-benchmark-test,-no_aarch64" export TF_PIP_TEST_ROOT="pip_test" export TF_AUDITWHEEL_TARGET_PLAT="manylinux2014"