Skip to content

Commit a3a2f11

Browse files
committed
Disable flaky test flag for TF 2.19 release
1 parent cc5a9b6 commit a3a2f11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.bazelrc

+1
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ try-import %workspace%/.bazelrc.user
626626
# Here are bazelrc configs for release builds
627627
# Build TensorFlow v2.
628628
test:release_base --test_size_filters=small,medium
629+
test:release_base --flaky_test_attempts=3
629630

630631
# Enable support for all targets
631632
build:release_base --config=cpu_cross

tensorflow/tools/ci_build/osx/arm64/.macos.bazelrc

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ test --verbose_failures=true --local_test_jobs=HOST_CPUS --test_output=errors
2626
# Increase the test timeout as tests often take longer on mac.
2727
test --test_timeout=300,450,1200,3600
2828
test --test_size_filters=small,medium
29+
test --flaky_test_attempts=3
2930

3031
# Only build what is required to run the tests
3132
test --build_tests_only --keep_going

0 commit comments

Comments
 (0)