Skip to content

Commit

Permalink
Merge pull request #61846 from elfringham/fix_r213
Browse files Browse the repository at this point in the history
[Linaro:ARM_CI] Exclude unit tests that are failing
  • Loading branch information
learning-to-play committed Sep 12, 2023
2 parents e1a5419 + f415883 commit f841394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tensorflow/tools/ci_build/build_scripts/ARM_SKIP_TESTS.sh
Expand Up @@ -16,6 +16,10 @@
set -x

ARM_SKIP_TESTS="-//tensorflow/lite/... \
-//tensorflow/core/platform:ram_file_system_test \
-//tensorflow/python/compiler/xla:xla_test \
-//tensorflow/python/data/experimental/kernel_tests:checkpoint_input_pipeline_hook_test \
-//tensorflow/python/distribute:parameter_server_strategy_test \
-//tensorflow/python/kernel_tests/nn_ops:atrous_conv2d_test \
-//tensorflow/python/kernel_tests/nn_ops:conv_ops_test \
"
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Expand Up @@ -99,7 +99,7 @@ def standard_or_nightly(standard, nightly):
'termcolor >= 1.1.0',
'typing_extensions>=3.6.6,<4.6.0',
'wrapt >= 1.11.0',
'tensorflow-io-gcs-filesystem ~= 0.32.0;platform_machine!="arm64" or ' +
'tensorflow-io-gcs-filesystem >= 0.23.1;platform_machine!="arm64" or ' +
'platform_system!="Darwin"',
# grpcio does not build correctly on big-endian machines due to lack of
# BoringSSL support.
Expand Down

0 comments on commit f841394

Please sign in to comment.